X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Ffilerepo%2Ffile%2FLocalFile.php;h=e849c8e2db42fae7b6d22fef748af0d8f3998a69;hb=22c6ef5ebbacdb2ed17d323944e34c00fc9cd331;hp=1a86e71547740202dd7ce5588644900db8d6adc0;hpb=3f9185bb43aeaae8408429b9346c7e4c22d52cc9;p=lhc%2Fweb%2Fwiklou.git 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 ) {