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 9a034d1597774d2bb4554e9d9c09351efebbf517 (commit)
from e92ccc1623ccd103873bfabf240504a31c76aabc (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=9a034d1597774d2bb4554e9d9c09351efebbf517
commit 9a034d1597774d2bb4554e9d9c09351efebbf517
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Feb 3 10:06:16 2017 +0100
Less strings
diff --git a/src/common/include/Group.class.php
b/src/common/include/Group.class.php
index 1049257..7a535cf 100644
--- a/src/common/include/Group.class.php
+++ b/src/common/include/Group.class.php
@@ -1852,7 +1852,7 @@ class Group extends FFError {
$res = db_query_params('SELECT forum_id FROM news_bytes WHERE
group_id=$1',
array($this->getID()));
if (!$res) {
- $this->setError(_('Error Deleting News: ').db_error());
+ $this->setError(_('Error Deleting News')._(':
').db_error());
db_rollback();
return false;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/Group.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