Merge "Revert "New Hook rc/watchlist hook ChangesListBegin""
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchanges.php
index e2fd129..2c563c6 100644 (file)
@@ -297,7 +297,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage {
                $counter = 1;
                $list = ChangesList::newFromContext( $this->getContext() );
 
-               $rclistOutput = $list->beginRecentChangesList( $rows );
+               $rclistOutput = $list->beginRecentChangesList();
                foreach ( $rows as $obj ) {
                        if ( $limit == 0 ) {
                                break;