mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
fix bug #53045 the simple way. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10225 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
69746fe683
commit
cdc780b798
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue