[Fusionforge-commits] FusionForge branch master updated. 6.0.4-854-gd4c6f77

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu Sep 8 16:58:58 CEST 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  d4c6f776029aac9b7f2555c9b50531f468fa64f0 (commit)
      from  1287a0f440e032d08c536be231fee4d872a28046 (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=d4c6f776029aac9b7f2555c9b50531f468fa64f0

commit d4c6f776029aac9b7f2555c9b50531f468fa64f0
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Sep 8 16:58:52 2016 +0200

    Less strings

diff --git a/src/plugins/mailman/include/MailmanList.class.php b/src/plugins/mailman/include/MailmanList.class.php
index 9065bfd..e36a157 100644
--- a/src/plugins/mailman/include/MailmanList.class.php
+++ b/src/plugins/mailman/include/MailmanList.class.php
@@ -427,7 +427,7 @@ class MailmanList extends FFError {
 	function deleteList($sure,$really_sure) {
 		$current_user=UserManager::instance()->getCurrentUser();
 		if (!$sure || !$really_sure) {
-			$this->setError(_('Missing params'));
+			$this->setError(_('Missing parameters'));
 			return false;
 		}
 

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

Summary of changes:
 src/plugins/mailman/include/MailmanList.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list