From: Antoine Musso Date: Mon, 30 Jan 2012 16:33:36 +0000 (+0000) Subject: align $wgActions array values X-Git-Tag: 1.31.0-rc.0~25005 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=3dfaad6f42a49031ac2825a659d68854bb05299a;p=lhc%2Fweb%2Fwiklou.git align $wgActions array values ping r109195 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 20e43ab73b..c0ef5b391e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5318,24 +5318,24 @@ $wgMaxRedirectLinksRetrieved = 500; * Unsetting core actions will probably cause things to complain loudly. */ $wgActions = array( - 'credits' => true, - 'delete' => true, - 'edit' => true, - 'history' => true, - 'info' => true, - 'markpatrolled' => true, - 'protect' => true, - 'purge' => true, - 'raw' => true, - 'render' => true, - 'revert' => true, + 'credits' => true, + 'delete' => true, + 'edit' => true, + 'history' => true, + 'info' => true, + 'markpatrolled' => true, + 'protect' => true, + 'purge' => true, + 'raw' => true, + 'render' => true, + 'revert' => true, 'revisiondelete' => true, - 'rollback' => true, - 'submit' => true, - 'unprotect' => true, - 'unwatch' => true, - 'view' => true, - 'watch' => true, + 'rollback' => true, + 'submit' => true, + 'unprotect' => true, + 'unwatch' => true, + 'view' => true, + 'watch' => true, ); /**