X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FWikiFilePage.php;h=44f05995915c5667382ddd3f9a013049dfdb22d1;hb=22e045ab12acb5e7285adc8087585d001487a22d;hp=817f0fa7eb5abc4d154096b39e738d970967598e;hpb=5df5a5b4a8ce61cda82af3c636a9b1f3016e6464;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WikiFilePage.php b/includes/WikiFilePage.php index 817f0fa7eb..44f0599591 100644 --- a/includes/WikiFilePage.php +++ b/includes/WikiFilePage.php @@ -47,7 +47,7 @@ class WikiFilePage extends WikiPage { } /** - * @param $file File: + * @param File $file */ public function setFile( $file ) { $this->mFile = $file; @@ -207,7 +207,7 @@ class WikiFilePage extends WikiPage { $file = $this->mFile; if ( ! $file instanceof LocalFile ) { - wfDebug( __CLASS__ . '::' . __METHOD__ . ' is not supported for this file' ); + wfDebug( __CLASS__ . '::' . __METHOD__ . " is not supported for this file\n" ); return TitleArray::newFromResult( new FakeResultWrapper( array() ) ); }