Index: trunk/phase3/includes/Action.php |
— | — | @@ -128,7 +128,7 @@ |
129 | 129 | if ( !$context->canUseWikiPage() ) { |
130 | 130 | return 'view'; |
131 | 131 | } |
132 | | - |
| 132 | + |
133 | 133 | $action = Action::factory( $actionName, $context->getWikiPage() ); |
134 | 134 | if ( $action instanceof Action ) { |
135 | 135 | return $action->getName(); |