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.1 has been updated
via 8949a10204d67136331acca917140e1815ef1094 (commit)
from b6913695e49e6e471461b9822214d2e344795daa (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=8949a10204d67136331acca917140e1815ef1094
commit 8949a10204d67136331acca917140e1815ef1094
Author: Franck Villaume <[email protected]>
Date: Sun Oct 22 18:36:13 2017 +0200
fix total count in MonitorDocuments Widget
diff --git a/src/common/widget/Widget_MyMonitoredDocuments.class.php
b/src/common/widget/Widget_MyMonitoredDocuments.class.php
index c402a5f..e536e87 100644
--- a/src/common/widget/Widget_MyMonitoredDocuments.class.php
+++ b/src/common/widget/Widget_MyMonitoredDocuments.class.php
@@ -90,7 +90,7 @@ class Widget_MyMonitoredDocuments extends Widget {
$count_new = max(0, $count_diff);
$cells = array();
$cells[] =
array($hide_url.util_make_link('/docman/?group_id='.$distinctMonitorGroupId,
$groupObject->getPublicName()).' '.
-
'['.count($monitorElementIds).($count_new ? ', '.html_e('b', array(),
sprintf(_('%s new'), $count_new)).']' : ']'), 'colspan' => 2);
+
'['.$monitorElementIds.($count_new ? ', '.html_e('b', array(), sprintf(_('%s
new'), $count_new)).']' : ']'), 'colspan' => 2);
$html_hdr =
$HTML->multiTableRow(array('class' => 'boxitem'), $cells);
$html = '';
if (!$hide_now) {
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/Widget_MyMonitoredDocuments.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