From 0842179cb86afdd87624869f26ca24c05632f3c6 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 5 Dec 2011 12:47:52 +0000 Subject: [PATCH] Revert r105162 for now per CR. --- includes/actions/HistoryAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1