Index: branches/5.2.x/core/kernel/utility/cache.php =================================================================== diff -u -N -r15309 -r15310 --- branches/5.2.x/core/kernel/utility/cache.php (.../cache.php) (revision 15309) +++ branches/5.2.x/core/kernel/utility/cache.php (.../cache.php) (revision 15310) @@ -1,6 +1,6 @@ _getCache(Array ($name . '_rebuild', $name . '_serials'), Array (true, false)); + $cached_data = $this->_getCache(Array ($name . '_rebuild', $name . '_serials'), Array (true, true)); if ( $cached_data[$name . '_rebuild'] ) { // cache rebuild requested -> rebuild now