Typo in previous commit.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 4 Jun 2008 13:18:06 +0000 (13:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 4 Jun 2008 13:18:06 +0000 (13:18 +0000)
includes/User.php

index c5cc282..ff4d152 100644 (file)
@@ -2466,7 +2466,7 @@ class User {
                                __METHOD__,
                                array('LIMIT' => $wgActiveUserEditcount ) );
                                
-               return $dbr->rumRows($res) == $wgActiveUserEditcount ? true : false;
+               return $dbr->numRows($res) == $wgActiveUserEditcount ? true : false;
        }
 
        /**