navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigation caches

This commit is contained in:
Sam Hemelryk
2010-09-15 08:32:15 +00:00
parent 89970a1368
commit 12f701f173
+2
View File
@@ -3905,6 +3905,8 @@ class navigation_cache {
foreach (self::$volatilecaches as $area) {
$SESSION->navcache->{$area} = array();
}
} else {
$SESSION->navcache = new stdClass;
}
}
}