]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4182 if simplecache is empty, the cache requests go through the engine and...
authorcash <cash.costello@gmail.com>
Thu, 8 Dec 2011 23:52:49 +0000 (18:52 -0500)
committercash <cash.costello@gmail.com>
Thu, 8 Dec 2011 23:52:49 +0000 (18:52 -0500)
engine/classes/ElggSite.php

index 5c44d4076a93fc494fb25bfbdbdc3bf08542c2b0..3ccb146fb0ed57cec181eb1adb08ee7e66371034 100644 (file)
@@ -424,7 +424,9 @@ class ElggSite extends ElggEntity {
                        'xml-rpc\.php',
                        'mt/mt-xmlrpc\.cgi',
                        'css/.*',
-                       'js/.*'
+                       'js/.*',
+                       'cache/css/.*',
+                       'cache/js/.*',
                );
 
                // include a hook for plugin authors to include public pages