X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fpage%2FWikiFilePage.php;h=bfcd4c3111f315e33fdf5f5f4dccdc144a4e2b02;hb=a0402f7c911ffcd125ba78099dfeb1596cfada0c;hp=87cc7ba52fbba293c7c35572ebf5e94fa8a0b588;hpb=9c3b9ef639dd015b652dc05dc6cdf26396b89463;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/WikiFilePage.php b/includes/page/WikiFilePage.php index 87cc7ba52f..bfcd4c3111 100644 --- a/includes/page/WikiFilePage.php +++ b/includes/page/WikiFilePage.php @@ -201,7 +201,7 @@ class WikiFilePage extends WikiPage { $title = $this->mTitle; $file = $this->mFile; - if ( ! $file instanceof LocalFile ) { + if ( !$file instanceof LocalFile ) { wfDebug( __CLASS__ . '::' . __METHOD__ . " is not supported for this file\n" ); return TitleArray::newFromResult( new FakeResultWrapper( array() ) ); }