Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -421,7 +421,7 @@ |
422 | 422 | |
423 | 423 | $act = $this->getAction(); |
424 | 424 | |
425 | | - $action = Action::factory( $this->getAction(), $article ); |
| 425 | + $action = Action::factory( $act, $article ); |
426 | 426 | if( $action instanceof Action ){ |
427 | 427 | $action->show(); |
428 | 428 | wfProfileOut( __METHOD__ ); |