From: Mark A. Hershberger Date: Sat, 11 Feb 2012 01:33:20 +0000 (+0000) Subject: w/s X-Git-Tag: 1.31.0-rc.0~24779 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=e5b2fbe6e468d9542cdac85c16b7fb604acf2d40 w/s --- diff --git a/includes/Action.php b/includes/Action.php index 66f3513589..60b399125f 100644 --- a/includes/Action.php +++ b/includes/Action.php @@ -128,7 +128,7 @@ abstract class Action { if ( !$context->canUseWikiPage() ) { return 'view'; } - + $action = Action::factory( $actionName, $context->getWikiPage() ); if ( $action instanceof Action ) { return $action->getName();