mirror of
https://github.com/e107inc/e107.git
synced 2025-07-19 05:51:59 +02:00
Prevent system cache overload.
This commit is contained in:
@@ -800,6 +800,8 @@ class e_news_tree extends e_front_tree_model
|
||||
|
||||
$params['db_where'] = $where;
|
||||
|
||||
$this->_cache_string = null; // disable sys cache, otherwise we get a new cache file every time the time() changes.
|
||||
|
||||
return $this->loadJoin($category_id, $force, $params);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user