re-enabled new developers debug cache setting for string

This commit is contained in:
dhawes
2005-01-29 03:08:55 +00:00
parent 81574dc5b5
commit c20d1fa77f
+1 -1
View File
@@ -2,7 +2,7 @@
// Developer's debug assistant - if true then the display string will not cache, only
// the magpie object's built in caching will be used
define('BLOCK_RSS_SECONDARY_CACHE_ENABLED', false);
define('BLOCK_RSS_SECONDARY_CACHE_ENABLED', true);
class block_rss_client extends block_base {