Browse
For agents
About
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration
/
2.1.0
FluentBoards – Project Management, Task Management, Goal Tracking, Kanban Board, and, Team Collaboration
v2.1.0
Switch version
2.1.0
2.0.15
2.0.12
2.0.10
2.0.4
2.0.1
2.0.0
1.95.3
1.95.2
1.95
1.91.6
trunk
1.11
1.12
1.13
1.20
1.21
1.22
1.23
1.30
1.31
1.32
1.35
1.40
1.41
All 42 releases
Overview
Code
← All changes
|
app/Views/emails/assignee2.php
+1
-2
1.21
→
2.1.0
View file →
@@ -13,7 +13,6 @@
13
13
14
14
15
15
<!--end your code here -->
16
16
<?php
17
-
$content = ob_get_clean(); // Get the content and clean the buffer
18
-
// Include the template and pass the content
17
+
$fluent_boards_email_content = ob_get_clean();
19
18
include 'template.php';