http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88661
Revision: 88661
Author: ialex
Date: 2011-05-23 17:55:26 +0000 (Mon, 23 May 2011)
Log Message:
-----------
Use $act instead of a second call to $this->getAction()
Modified Paths:
--------------
trunk/phase3/includes/Wiki.php
Modified: trunk/phase3/includes/Wiki.php
===================================================================
--- trunk/phase3/includes/Wiki.php 2011-05-23 17:54:39 UTC (rev 88660)
+++ trunk/phase3/includes/Wiki.php 2011-05-23 17:55:26 UTC (rev 88661)
@@ -421,7 +421,7 @@
$act = $this->getAction();
- $action = Action::factory( $this->getAction(), $article );
+ $action = Action::factory( $act, $article );
if( $action instanceof Action ){
$action->show();
wfProfileOut( __METHOD__ );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs