From: Raimond Spekking Date: Mon, 5 Dec 2011 12:47:52 +0000 (+0000) Subject: Revert r105162 for now per CR. X-Git-Tag: 1.31.0-rc.0~26176 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=0842179cb86afdd87624869f26ca24c05632f3c6;p=lhc%2Fweb%2Fwiklou.git Revert r105162 for now per CR. --- diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index d64b333140..ac35b0aa19 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -171,7 +171,7 @@ class HistoryAction extends FormlessAction { '' ); - wfRunHooks( 'PageHistoryBeforeList', array( &$this->getArticle() ) ); + wfRunHooks( 'PageHistoryBeforeList', array( &$this->article ) ); // Create and output the list. $pager = new HistoryPager( $this, $year, $month, $tagFilter, $conds );