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  bd83f3d95274d8f0139ca62d4c5b9ed4e1aa364a (commit)
      from  3368739a32df8cf8becd5bed6c51f38f957c5639 (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=bd83f3d95274d8f0139ca62d4c5b9ed4e1aa364a

commit bd83f3d95274d8f0139ca62d4c5b9ed4e1aa364a
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Mon Mar 6 11:12:53 2017 +0100

    Less strings

diff --git a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php 
b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
index 5d53738..dc090e0 100644
--- a/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
+++ b/src/plugins/authwebid/include/AuthWebIDPlugin.class.php
@@ -288,7 +288,7 @@ class AuthWebIDPlugin extends ForgeAuthPlugin {
                        $res = db_query_params('INSERT INTO 
plugin_authwebid_user_identities (user_id, webid_identity) VALUES ($1,$2)',
                                        array ($user_id, $webid_identity));
                        if (!$res || db_affected_rows($res) < 1) {
-                               $error_msg = sprintf(_('Cannot insert new 
identity: %s'), db_error());
+                               $error_msg = _('Cannot insert new 
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