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 029bfaf848e372e5a04e9a49cb1d379a4188d0b9 (commit)
from 58832233161bb327515ed34694de207439185b9f (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=029bfaf848e372e5a04e9a49cb1d379a4188d0b9
commit 029bfaf848e372e5a04e9a49cb1d379a4188d0b9
Author: Franck Villaume <[email protected]>
Date: Fri Dec 2 18:48:56 2016 +0100
fix PHP syntax
diff --git a/src/common/docman/Document.class.php
b/src/common/docman/Document.class.php
index e259910..29b7513 100644
--- a/src/common/docman/Document.class.php
+++ b/src/common/docman/Document.class.php
@@ -152,7 +152,7 @@ class Document extends FFObject {
return false;
}
if (strlen($description) < DOCMAN__DESCRIPTION_MIN_SIZE) {
- $this->setError(sprintf_('Document Description Must Be
At Least %d Characters'), DOCMAN__DESCRIPTION_MIN_SIZE));
+ $this->setError(sprintf(_('Document Description Must Be
At Least %d Characters'), DOCMAN__DESCRIPTION_MIN_SIZE));
return false;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/docman/Document.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