From cdc780b798d309c5d7c8e0402c88dc760a1bfdb6 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 20 Oct 2009 11:04:00 +0000 Subject: [PATCH] fix bug #53045 the simple way. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10225 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/feed.php b/phpBB/feed.php index 88539acbf1..263f6f9272 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -430,7 +430,7 @@ class phpbb_feed /** * Default cache time of entries in seconds */ - var $cache_time = 300; + var $cache_time = 0; /** * Separator for title elements to separate items (for example forum / topic)