From: Rotem Liss Date: Mon, 18 Aug 2008 18:03:49 +0000 (+0000) Subject: Testing commit access, per report. Minor whitespace change. X-Git-Tag: 1.31.0-rc.0~45825 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=081420d49cc4d59e695712e61c3d5395b400caa3;p=lhc%2Fweb%2Fwiklou.git Testing commit access, per report. Minor whitespace change. --- diff --git a/includes/Autopromote.php b/includes/Autopromote.php index 68fe66363d..3a9384e59a 100644 --- a/includes/Autopromote.php +++ b/includes/Autopromote.php @@ -19,7 +19,7 @@ class Autopromote { $promote[] = $group; } - wfRunHooks( 'GetAutoPromoteGroups', array($user, &$promote) ); + wfRunHooks( 'GetAutoPromoteGroups', array( $user, &$promote ) ); return $promote; }