filerepo: Add missing quote back to LocalFileLockError message
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 24 May 2016 09:55:16 +0000 (02:55 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 25 May 2016 18:27:22 +0000 (18:27 +0000)
Follows-up e724d14495.

Change-Id: I48e304a307d3c0427f797a382dc23347bb7e914f

includes/filerepo/file/LocalFile.php

index 20fec24..c767078 100644 (file)
@@ -1928,7 +1928,7 @@ class LocalFile extends File {
                                        $dbw->rollback( __METHOD__ );
                                }
                                throw new LocalFileLockError(
-                                       "Could not acquire lock for '{$this->getName()} ($waited sec): " .
+                                       "Could not acquire lock for '{$this->getName()}' ($waited sec): " .
                                        $status->getWikiText( false, false, 'en' )
                                );
                        }