navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigation caches
This commit is contained in:
@@ -3905,6 +3905,8 @@ class navigation_cache {
|
||||
foreach (self::$volatilecaches as $area) {
|
||||
$SESSION->navcache->{$area} = array();
|
||||
}
|
||||
} else {
|
||||
$SESSION->navcache = new stdClass;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user