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 4dfa2413aa178adc571bf043b648bcc299a5e3ae (commit)
from 8b9eee27599f6f5a03ecc2f15d6314662431910e (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=4dfa2413aa178adc571bf043b648bcc299a5e3ae
commit 4dfa2413aa178adc571bf043b648bcc299a5e3ae
Author: Franck Villaume <[email protected]>
Date: Tue May 31 11:13:16 2016 +0200
fix PHP warning
diff --git a/src/common/widget/Widget_ProjectPublicAreas.class.php
b/src/common/widget/Widget_ProjectPublicAreas.class.php
index a24e270..54887de 100644
--- a/src/common/widget/Widget_ProjectPublicAreas.class.php
+++ b/src/common/widget/Widget_ProjectPublicAreas.class.php
@@ -79,7 +79,7 @@ class Widget_ProjectPublicAreas extends Widget {
// with OSLC-CM server API
$group_artifact_id =
$row['group_artifact_id'];
$tracker_stdzd_uri =
util_make_url('/tracker/cm/project/'. $project->getUnixName() .'/atid/'.
$group_artifact_id);
- $contentLi .= '<span
rel="http://www.w3.org/2002/07/owl#sameAs">'."\n";
+ $contentLi = '<span
rel="http://www.w3.org/2002/07/owl#sameAs">'."\n";
$contentLi .=
util_make_link('/tracker/?atid='. $group_artifact_id .
'&group_id='.$group_id.'&func=browse', $row['name']) . ' ' ;
$contentLi .= "</span>\n"; //
/owl:sameAs
$contentLi .=
sprintf(ngettext('(<strong>%1$s</strong> open / <strong>%2$s</strong> total)',
'(<strong>%1$s</strong> open / <strong>%2$s</strong> total)',
$row['open_count']), $row['open_count'], $row['count']);
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_ProjectPublicAreas.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits