Merge "Display a return to Special:Watchlist instead of main page in Special:EditWatc...
[lhc/web/wiklou.git] / includes / filerepo / file / LocalFile.php
index 1a86e71..e849c8e 100644 (file)
@@ -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 ) {