Revert r105162 for now per CR.
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 5 Dec 2011 12:47:52 +0000 (12:47 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 5 Dec 2011 12:47:52 +0000 (12:47 +0000)
includes/actions/HistoryAction.php

index d64b333..ac35b0a 100644 (file)
@@ -171,7 +171,7 @@ class HistoryAction extends FormlessAction {
                        '</fieldset></form>'
                );
 
-               wfRunHooks( 'PageHistoryBeforeList', array( &$this->getArticle() ) );
+               wfRunHooks( 'PageHistoryBeforeList', array( &$this->article ) );
 
                // Create and output the list.
                $pager = new HistoryPager( $this, $year, $month, $tagFilter, $conds );