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  77219ab3b6d9e2836b478bb452c6b859c1c7a500 (commit)
      from  46d86a7b036134365645d0fd8f321ca51f71e616 (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=77219ab3b6d9e2836b478bb452c6b859c1c7a500

commit 77219ab3b6d9e2836b478bb452c6b859c1c7a500
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Mar 6 14:32:14 2017 +0100

    Less strings

diff --git a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php 
b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
index dc090e0..e204c2e 100644
--- a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
+++ b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
@@ -305,7 +305,7 @@ class AuthWebIDPlugin extends ForgeAuthPlugin {
                $res = db_query_params('DELETE FROM 
plugin_authwebid_user_identities WHERE user_id=$1 AND webid_identity=$2',
                                                                array($user_id, 
$webid_identity));
                if (!$res || db_affected_rows($res) < 1) {
-                       $error_msg = sprintf(_('Cannot delete identity: %s'), 
db_error());
+                       $error_msg = _('Cannot delete identity')._(': 
').db_error();
                }
                return $error_msg;
        }

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

Summary of changes:
 src/plugins/authwebid/include/AuthWebIDPlugin.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

Reply via email to