Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89970a1
)
navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigati...
author
Sam Hemelryk
<sam@moodle.com>
Wed, 15 Sep 2010 08:32:15 +0000
(08:32 +0000)
committer
Sam Hemelryk
<sam@moodle.com>
Wed, 15 Sep 2010 08:32:15 +0000
(08:32 +0000)
lib/navigationlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/navigationlib.php
b/lib/navigationlib.php
index
4468110
..
c949e24
100644
(file)
--- a/
lib/navigationlib.php
+++ b/
lib/navigationlib.php
@@
-3905,6
+3905,8
@@
class navigation_cache {
foreach (self::$volatilecaches as $area) {
$SESSION->navcache->{$area} = array();
}
+ } else {
+ $SESSION->navcache = new stdClass;
}
}
}