r91944 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91943‎ | r91944 | r91945 >
Date:10:19, 12 July 2011
Author:diebuche
Status:reverted
Tags:
Comment:
r91943. Add global.
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -264,7 +264,7 @@
265265 * @return String: action
266266 */
267267 public function getAction() {
268 - global $wgDisabledActions;
 268+ global $wgDisabledActions, $wgActions;
269269
270270 $request = $this->context->getRequest();
271271 $action = $request->getVal( 'action', 'view' );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91943r91942: Add nosuchaction also if action not indiebuche09:58, 12 July 2011

Status & tagging log