re-enabled new developers debug cache setting for string
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user