New Hook rc/watchlist hook ChangesListBegin
[lhc/web/wiklou.git] / includes / changes / ChangesList.php
index ca9efc3..5116901 100644 (file)
@@ -160,9 +160,10 @@ class ChangesList extends ContextSource {
 
        /**
         * Returns text for the start of the tabular part of RC
+        * @param ResultWrapper|array $rows
         * @return string
         */
-       public function beginRecentChangesList() {
+       public function beginRecentChangesList( $rows ) {
                $this->rc_cache = array();
                $this->rcMoveIndex = 0;
                $this->rcCacheIndex = 0;