This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  3d33d38dbbf90b58a2edca2a336f404a7804e8d5 (commit)
      from  955503988ef401455d4275f3ac735dac16d4bf50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=3d33d38dbbf90b58a2edca2a336f404a7804e8d5

commit 3d33d38dbbf90b58a2edca2a336f404a7804e8d5
Author: Sylvain Beucler <[email protected]>
Date:   Thu Nov 26 14:04:49 2015 +0100

    taskboard: fix blank admin page when project tracker is disabled

diff --git a/src/CHANGES b/src/CHANGES
index 57c1340..7be551f 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -15,6 +15,7 @@ FusionForge 6.0.4:
 * Plugin Projects Hierarchy: don't display a project as possible child if 
there's no read access to it (Inria)
 * Plugin Projects Hierarchy: mask delegation checkbox until implementation is 
complete [#797] (Inria)
 * Plugin Projects Hierarchy: prevent auto-validation of parent-child requests 
[#796] (Inria)
+* Plugin Taskboard: fix blank admin page when project tracker is disabled 
(Inria)
 * Updated simplified Chinese translation (Mingye Wang)
 
 FusionForge 6.0.3:
diff --git a/src/plugins/taskboard/www/admin/index.php 
b/src/plugins/taskboard/www/admin/index.php
index 304514a..ebf16f4 100644
--- a/src/plugins/taskboard/www/admin/index.php
+++ b/src/plugins/taskboard/www/admin/index.php
@@ -61,7 +61,7 @@ if (!$group_id) {
                        
include($gfplugins.$pluginTaskboard->name.'/common/views/admin/ind.php');
                }
        } else {
-               $taskboard->header(
+               $HTML->header(
                        array(
                                'title' => _('Taskboard for 
').$group->getPublicName()._(': ')._('Administration'),
                                'pagename' => _('Administration'),

-----------------------------------------------------------------------

Summary of changes:
 src/CHANGES                               | 1 +
 src/plugins/taskboard/www/admin/index.php | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to