X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fresourceloader%2FResourceLoaderFileModule.php;h=338805865f83da0bf665c0f1356cbb2a02f02ba4;hb=5155abe0e6ab6589d4104a221df0a0b2c5142c16;hp=6c21e4b50bb035fdedb34c9cea495530457abd98;hpb=2fc229116d6b040667b6f8592c48a8527abf2673;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index 6c21e4b50b..338805865f 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -1,7 +1,5 @@ getLocalPath( $path ); $remotePath = $this->getRemotePath( $path ); if ( !file_exists( $localPath ) ) { @@ -972,7 +973,7 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * @param ResourceLoaderContext $context * @return bool */ - public function getFlip( $context ) { + public function getFlip( ResourceLoaderContext $context ) { return $context->getDirection() === 'rtl' && !$this->noflip; }