From: Aaron Schulz Date: Thu, 10 Apr 2008 17:49:59 +0000 (+0000) Subject: Add __METHOD__ X-Git-Tag: 1.31.0-rc.0~48457 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=4ab60836ef5721b51b868a86fafaa7adbce9aae4;p=lhc%2Fweb%2Fwiklou.git Add __METHOD__ --- diff --git a/includes/Title.php b/includes/Title.php index b7b5d1e214..673ee16180 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2862,7 +2862,8 @@ class Title { return $dbr->selectField( 'revision', 'count(*)', 'rev_page = ' . intval( $this->getArticleId() ) . ' AND rev_id > ' . intval( $old ) . - ' AND rev_id < ' . intval( $new ) ); + ' AND rev_id < ' . intval( $new ), + __METHOD__ ); } /**