Merge "Workaround for autoloading when using php namespace."
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderStartUpModule.php
index 74724a6..467a1ac 100644 (file)
@@ -173,6 +173,13 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule {
 
        /* Methods */
 
+       /**
+        * @return bool
+        */
+       public function isRaw() {
+               return true;
+       }
+
        /**
         * @param $context ResourceLoaderContext
         * @return string