w/s
authorMark A. Hershberger <mah@users.mediawiki.org>
Sat, 11 Feb 2012 01:33:20 +0000 (01:33 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sat, 11 Feb 2012 01:33:20 +0000 (01:33 +0000)
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();