From 8c35b38658db7ec8ca6dafc0bc0fe271d08a30ea Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 19 Jan 2012 15:22:28 +0000 Subject: [PATCH] Fix stray comma from r109537 --- maintenance/cleanupUploadStash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1