w/s
[lhc/web/wiklou.git] / includes / Action.php
index 66f3513..60b3991 100644 (file)
@@ -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();