Index: trunk/phase3/includes/resourceloader/ResourceLoaderContext.php |
— | — | @@ -131,7 +131,7 @@ |
132 | 132 | } |
133 | 133 | |
134 | 134 | public function getHash() { |
135 | | - if ( isset( $this->hash ) ) { |
| 135 | + if ( !isset( $this->hash ) ) { |
136 | 136 | $this->hash = implode( '|', array( |
137 | 137 | $this->getLanguage(), $this->getDirection(), $this->skin, $this->user, |
138 | 138 | $this->debug, $this->only, $this->version |