Fix the fixme on r88053: dependency handling was broken in debug mode in certain...
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderStartUpModule.php
index 40786fa..7b819de 100644 (file)
@@ -241,6 +241,10 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule {
                return $out;
        }
 
+       public function supportsURLLoading() {
+               return false;
+       }
+
        /**
         * @param $context ResourceLoaderContext
         * @return array|mixed