From 462ab60ab63324b43085279a5aca5a033cde1918 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 16 Feb 2012 02:05:49 +0000 Subject: [PATCH] Bad Aaron --- includes/filerepo/backend/FileBackend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/filerepo/backend/FileBackend.php b/includes/filerepo/backend/FileBackend.php index c949b00560..1904e012cf 100644 --- a/includes/filerepo/backend/FileBackend.php +++ b/includes/filerepo/backend/FileBackend.php @@ -1133,6 +1133,7 @@ abstract class FileBackendStore extends FileBackend { wfProfileIn( __METHOD__ ); $path = self::normalizeStoragePath( $params['src'] ); if ( $path === null ) { + wfProfileOut( __METHOD__ ); return false; // invalid storage path } $latest = !empty( $params['latest'] ); -- 2.20.1