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, 6.0 has been updated
via 95c133844639f8b9949703c5b50b1b8520fb2db4 (commit)
from 5ddf0c26d2d28b7651660c7a90c6352d21d41e39 (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=95c133844639f8b9949703c5b50b1b8520fb2db4
commit 95c133844639f8b9949703c5b50b1b8520fb2db4
Author: Sylvain Beucler <[email protected]>
Date: Thu Jun 25 11:20:49 2015 +0200
account: do display error message when key is invalid
diff --git a/src/common/include/account.php b/src/common/include/account.php
index 182eb8e..bba98e9 100644
--- a/src/common/include/account.php
+++ b/src/common/include/account.php
@@ -314,6 +314,7 @@ function account_group_homedir($group) {
* @param string $keys A string with a set of keys to check. Each key
is delimited by a carriage return.
*/
function checkKeys($keys) {
+ global $error_msg;
$key = strtok($keys, "\n");
while ($key !== false) {
$key = trim($key);
-----------------------------------------------------------------------
Summary of changes:
src/common/include/account.php | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits