[Fusionforge-commits] FusionForge branch master updated. c2bca9fc905db1c886890d1f8d034e22e84b925b

Marc-Etienne VARGENAU vargenau at fusionforge.org
Sun Feb 2 19:03:55 CET 2014


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  c2bca9fc905db1c886890d1f8d034e22e84b925b (commit)
      from  776effc8173103fad1aace9548a49fc823be440b (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 -----------------------------------------------------------------
commit c2bca9fc905db1c886890d1f8d034e22e84b925b
Author: vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Sun Feb 2 19:06:24 2014 +0100

    Translate ':'

diff --git a/src/common/forum/ForumFactory.class.php b/src/common/forum/ForumFactory.class.php
index dc25f40..c73ac0b 100644
--- a/src/common/forum/ForumFactory.class.php
+++ b/src/common/forum/ForumFactory.class.php
@@ -155,7 +155,7 @@ ORDER BY group_forum_id',
 		$rows = db_numrows($result);
 
 		if (!$result) {
-			$this->setError(_('Forum not found').' : '.db_error());
+			$this->setError(_('Forum not found')._(': ').db_error());
 			$this->forums = false;
 		} else {
 			while ($arr = db_fetch_array($result)) {

-----------------------------------------------------------------------

Summary of changes:
 src/common/forum/ForumFactory.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list