MS Office creates vulnerabilities also, per comment on r72890.
[lhc/web/wiklou.git] / includes / ResourceLoaderContext.php
index 1feb9fe..c9b1bd3 100644 (file)
@@ -110,7 +110,8 @@ class ResourceLoaderContext {
 
        public function getHash() {
                return isset( $this->hash ) ?
-                       $this->hash : $this->hash =
-                               implode( '|', array( $this->language, $this->skin, $this->user, $this->debug, $this->only ) );
+                       $this->hash : $this->hash = implode( '|', array(
+                               $this->language, $this->direction, $this->skin, $this->user, $this->debug, $this->only
+                       ) );
        }
 }
\ No newline at end of file