Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -264,7 +264,7 @@ |
265 | 265 | * @return String: action |
266 | 266 | */ |
267 | 267 | public function getAction() { |
268 | | - global $wgDisabledActions; |
| 268 | + global $wgDisabledActions, $wgActions; |
269 | 269 | |
270 | 270 | $request = $this->context->getRequest(); |
271 | 271 | $action = $request->getVal( 'action', 'view' ); |