[Fusionforge-commits] FusionForge branch Branch_5_3 updated. e2dddc54f5e5e4bb0fe3646e4ac5d2da80fa6c4d

Sylvain Beucler beuc-inria at fusionforge.org
Thu Apr 17 13:54:35 CEST 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, Branch_5_3 has been updated
       via  e2dddc54f5e5e4bb0fe3646e4ac5d2da80fa6c4d (commit)
      from  f75c07b182fa0b8b385d8cf2e9bf4797f5407bcd (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 e2dddc54f5e5e4bb0fe3646e4ac5d2da80fa6c4d
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Thu Apr 17 13:54:32 2014 +0200

    mediawiki: add trailing newline at the end of error message

diff --git a/src/plugins/mediawiki/www/LocalSettings.php b/src/plugins/mediawiki/www/LocalSettings.php
index 39f23fa..ebc5185 100644
--- a/src/plugins/mediawiki/www/LocalSettings.php
+++ b/src/plugins/mediawiki/www/LocalSettings.php
@@ -63,7 +63,7 @@ $project_dir = forge_get_config('projects_path', 'mediawiki') . "/"
 	. $fusionforgeproject ;
 
 if (!is_dir($project_dir)) {
-	exit_error (sprintf(_('Mediawiki for project %s not created yet, please wait for a few minutes.'), $fusionforgeproject.':'.$project_dir)) ;
+	exit_error (sprintf(_('Mediawiki for project %s not created yet, please wait for a few minutes.'), $fusionforgeproject.':'.$project_dir) . "\n") ;
 }
 
 $path = array( $IP, "$IP/includes", "$IP/languages" );

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list