Testing commit access, per report. Minor whitespace change.
authorRotem Liss <rotem@users.mediawiki.org>
Mon, 18 Aug 2008 18:03:49 +0000 (18:03 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Mon, 18 Aug 2008 18:03:49 +0000 (18:03 +0000)
includes/Autopromote.php

index 68fe663..3a9384e 100644 (file)
@@ -19,7 +19,7 @@ class Autopromote {
                                $promote[] = $group;
                }
                
-               wfRunHooks( 'GetAutoPromoteGroups', array($user, &$promote) );
+               wfRunHooks( 'GetAutoPromoteGroups', array( $user, &$promote ) );
                
                return $promote;
        }