From: Sam Reed Date: Thu, 19 Jan 2012 15:22:28 +0000 (+0000) Subject: Fix stray comma from r109537 X-Git-Tag: 1.31.0-rc.0~25183 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=8c35b38658db7ec8ca6dafc0bc0fe271d08a30ea;p=lhc%2Fweb%2Fwiklou.git Fix stray comma from r109537 --- diff --git a/maintenance/cleanupUploadStash.php b/maintenance/cleanupUploadStash.php index 72118e6393..931a4ffd02 100644 --- a/maintenance/cleanupUploadStash.php +++ b/maintenance/cleanupUploadStash.php @@ -47,7 +47,7 @@ class UploadStashCleanup extends Maintenance { 'uploadstash', 'us_key', 'us_timestamp < ' . $dbr->addQuotes( $dbr->timestamp( time() - $wgUploadStashMaxAge ) ), - __METHOD__, + __METHOD__ ); if( !is_object( $res ) || $res->numRows() == 0 ) {