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 046456cbe8d8f19dd63ed29a87bcb388a3255ce3 (commit)
from 51871826faa1fd527d545be859169348c2ff22ed (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=046456cbe8d8f19dd63ed29a87bcb388a3255ce3
commit 046456cbe8d8f19dd63ed29a87bcb388a3255ce3
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Jun 10 10:13:45 2016 +0200
else if --> elseif
diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index ea32b78..bd8826f 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -1652,7 +1652,7 @@ function util_sudo_effective_user($username, $function,
$params=array()) {
if ( $pid == -1 ) {
// Fork failed
exit(1);
- } else if ($pid) {
+ } elseif ($pid) {
pcntl_waitpid($pid, $status);
} else {
if (posix_setgid($userinfo['gid']) &&
-----------------------------------------------------------------------
Summary of changes:
src/common/include/utils.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