Fix logic error in r73204 (!) causing ResourceLoaderContext::getHash() to always...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 19 Feb 2011 16:48:05 +0000 (16:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 19 Feb 2011 16:48:05 +0000 (16:48 +0000)
includes/resourceloader/ResourceLoaderContext.php

index 808ec50..b40c3a9 100644 (file)
@@ -131,7 +131,7 @@ class ResourceLoaderContext {
        }
 
        public function getHash() {
-               if ( isset( $this->hash ) ) {
+               if ( !isset( $this->hash ) ) {
                        $this->hash = implode( '|', array(
                                $this->getLanguage(), $this->getDirection(), $this->skin, $this->user, 
                                $this->debug, $this->only, $this->version