Index: branches/5.2.x/core/units/helpers/sections_helper.php =================================================================== diff -u -N -r16513 -r16772 --- branches/5.2.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 16513) +++ branches/5.2.x/core/units/helpers/sections_helper.php (.../sections_helper.php) (revision 16772) @@ -1,6 +1,6 @@ Application->HandleEvent(new kEvent('adm:OnAfterBuildTree')); if ( $this->Application->isCachingType(CACHING_TYPE_MEMORY) ) { - $this->Application->setCache('master:sections_parsed', serialize($this->Tree)); + $this->Application->setCache('master:sections_parsed', serialize($this->Tree), 0); } else { - $this->Application->setDBCache('sections_parsed', serialize($this->Tree)); + $this->Application->setDBCache('sections_parsed', serialize($this->Tree), 0); } } @@ -378,4 +378,4 @@ } return $ret; } - } \ No newline at end of file + }