Merge "jquery.makeCollapsible: add plainMode support"
[lhc/web/wiklou.git] / includes / actions / HistoryAction.php
index 56b02e9..f2e61a5 100644 (file)
@@ -185,7 +185,7 @@ class HistoryAction extends FormlessAction {
                        '</fieldset></form>'
                );
 
-               wfRunHooks( 'PageHistoryBeforeList', array( &$this->page, &$out ) );
+               wfRunHooks( 'PageHistoryBeforeList', array( &$this->page, $this->getContext() ) );
 
                // Create and output the list.
                $pager = new HistoryPager( $this, $year, $month, $tagFilter, $conds );