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, master has been updated
via 7af1cf3079bf49921b4bfef0330579c62abff97e (commit)
from 19483e7961b988fcdcec3c6fd1090352b19da00e (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=7af1cf3079bf49921b4bfef0330579c62abff97e
commit 7af1cf3079bf49921b4bfef0330579c62abff97e
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Jun 24 17:20:20 2016 +0200
Fix PHP syntax
diff --git
a/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
b/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
index 39d387a..95788eca 100644
--- a/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
+++ b/src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php
@@ -65,7 +65,7 @@ class mantisBT_Widget_ProjectLastIssues extends Widget {
$arrayBugs = array_slice($arrayBugs, 0, 5);
$content = '';
if (count($arrayBugs)) {
- html_use_tablesorter()
+ html_use_tablesorter();
echo $HTML->getJavascripts();
$arrTitle = array(_('ID'), _('Title'), _('Status'),
_('Category'));
$content .= $HTML->listTableTop($arrTitle, false,
'sortable_widget_mantisbt_listissues full', 'sortable');
diff --git a/src/plugins/mantisbt/view/viewIssues.php
b/src/plugins/mantisbt/view/viewIssues.php
index 7d872c7..8ed3c1e 100644
--- a/src/plugins/mantisbt/view/viewIssues.php
+++ b/src/plugins/mantisbt/view/viewIssues.php
@@ -127,7 +127,7 @@ if (!isset($clientSOAP) && !isset($errorPage)) {
if (!count($listBug)) {
echo $HTML->warning_msg(_('No tickets to display.'));
} else {
- html_use_tablesorter()
+ html_use_tablesorter();
echo $HTML->getJavascripts();
include ($gfplugins.$mantisbt->name.'/view/jumpToIssue.php');
-----------------------------------------------------------------------
Summary of changes:
src/plugins/mantisbt/common/mantisbt_Widget_ProjectLastIssues.class.php | 2 +-
src/plugins/mantisbt/view/viewIssues.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits