From: Ævar Arnfjörð Bjarmason Date: Mon, 15 Aug 2005 09:21:35 +0000 (+0000) Subject: * Correct $fname X-Git-Tag: 1.6.0~1969 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=74439c759d5d156a559d558e47380c652ffee9eb;p=lhc%2Fweb%2Fwiklou.git * Correct $fname --- diff --git a/includes/User.php b/includes/User.php index 6a97109c06..ad9b7e1231 100644 --- a/includes/User.php +++ b/includes/User.php @@ -235,7 +235,7 @@ class User { * @return int */ function edits( $uid ) { - $fname = 'User::editCount'; + $fname = 'User::edits'; $dbr =& wfGetDB( DB_SLAVE ); return $dbr->selectField(