[Fusionforge-commits] FusionForge branch master updated. v6.0.3-387-g830b18a

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Tue Mar 8 18:32:43 CET 2016


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  830b18affd27ff6cfd9c875bf74e6a704c7814db (commit)
      from  7df6491e1983bdfd268996f6d4e6d7e1887dbedc (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=830b18affd27ff6cfd9c875bf74e6a704c7814db

commit 830b18affd27ff6cfd9c875bf74e6a704c7814db
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Tue Mar 8 18:32:38 2016 +0100

    Less strings

diff --git a/src/plugins/taskboard/www/index.php b/src/plugins/taskboard/www/index.php
index 9475bdd..d9efd35 100644
--- a/src/plugins/taskboard/www/index.php
+++ b/src/plugins/taskboard/www/index.php
@@ -30,7 +30,7 @@ $group_id = getStringFromRequest('group_id');
 $pluginTaskboard = plugin_get_object('taskboard');
 
 if (!$group_id) {
-	exit_error(_('Cannot Process your request : No ID specified'), 'home');
+	exit_error(_('Cannot Process your request: No ID specified'), 'home');
 } else {
 	$group = group_get_object($group_id);
 	if ( !$group) {

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

Summary of changes:
 src/plugins/taskboard/www/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list