Adding support for domains in SpecialPasswordReset.php.
[lhc/web/wiklou.git] / includes / specials / SpecialMostlinked.php
index aaa07d7..58f686e 100644 (file)
@@ -35,7 +35,7 @@ class MostlinkedPage extends QueryPage {
        function __construct( $name = 'Mostlinked' ) {
                parent::__construct( $name );
        }
-       
+
        function isExpensive() { return true; }
        function isSyndicated() { return false; }
 
@@ -57,6 +57,9 @@ class MostlinkedPage extends QueryPage {
 
        /**
         * Pre-fill the link cache
+        *
+        * @param $db DatabaseBase
+        * @param $res
         */
        function preprocessResults( $db, $res ) {
                if( $db->numRows( $res ) > 0 ) {