From 00c0319ed39fbb30430e4c878d32b413e5f41d98 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 17 Aug 2012 13:44:54 -0700 Subject: [PATCH] Profiling fix for LocalFile. Change-Id: I02d770aee15e42b1046b06d405715cc046c9e7ca --- includes/filerepo/file/LocalFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index 1a86e71547..e849c8e2db 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -1043,7 +1043,7 @@ class LocalFile extends File { if ( !$props ) { wfProfileIn( __METHOD__ . '-getProps' ); $props = $this->repo->getFileProps( $this->getVirtualUrl() ); - wfProfileOut( __METHOD__ . -'getProps' ); + wfProfileOut( __METHOD__ . '-getProps' ); } if ( $timestamp === false ) { -- 2.20.1