From: Chad Horohoe Date: Wed, 4 Jun 2008 13:18:06 +0000 (+0000) Subject: Typo in previous commit. X-Git-Tag: 1.31.0-rc.0~47174 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=822e32fa3ef4056661ca2187ab8f0e6035772c92;p=lhc%2Fweb%2Fwiklou.git Typo in previous commit. --- diff --git a/includes/User.php b/includes/User.php index c5cc282979..ff4d152ee0 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2466,7 +2466,7 @@ class User { __METHOD__, array('LIMIT' => $wgActiveUserEditcount ) ); - return $dbr->rumRows($res) == $wgActiveUserEditcount ? true : false; + return $dbr->numRows($res) == $wgActiveUserEditcount ? true : false; } /**