From: Aaron Date: Fri, 17 Aug 2012 20:44:54 +0000 (-0700) Subject: Profiling fix for LocalFile. X-Git-Tag: 1.31.0-rc.0~22698 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=00c0319ed39fbb30430e4c878d32b413e5f41d98;p=lhc%2Fweb%2Fwiklou.git Profiling fix for LocalFile. Change-Id: I02d770aee15e42b1046b06d405715cc046c9e7ca --- 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 ) {