From: Alexandre Emsenhuber Date: Sat, 9 Oct 2010 12:30:20 +0000 (+0000) Subject: One more remplacement to __METHOD__ X-Git-Tag: 1.31.0-rc.0~34570 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=f916f9e25cb27ed6380a4a2b7a21a5ba4c9afebc;p=lhc%2Fweb%2Fwiklou.git One more remplacement to __METHOD__ --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index 5fb78c71b4..c95d1fffb3 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -279,7 +279,7 @@ class TextPassDumper extends BackupDumper { $row = $this->db->selectRow( 'text', array( 'old_text', 'old_flags' ), array( 'old_id' => $id ), - 'TextPassDumper::getText' ); + __METHOD__ ); $text = Revision::getRevisionText( $row ); if ( $text === false ) { return false;