From 081420d49cc4d59e695712e61c3d5395b400caa3 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Mon, 18 Aug 2008 18:03:49 +0000 Subject: [PATCH] Testing commit access, per report. Minor whitespace change. --- includes/Autopromote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1