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
(from parent 1:
bdd045c
)
Merge branch 'MDL-40806-m' of git://github.com/andrewnicols/moodle
author
Sam Hemelryk
<sam@moodle.com>
Sun, 28 Jul 2013 22:49:40 +0000
(10:49 +1200)
committer
Sam Hemelryk
<sam@moodle.com>
Sun, 28 Jul 2013 22:49:40 +0000
(10:49 +1200)
lib/outputrequirementslib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/outputrequirementslib.php
b/lib/outputrequirementslib.php
index
49551c0
..
25e2de2
100644
(file)
--- a/
lib/outputrequirementslib.php
+++ b/
lib/outputrequirementslib.php
@@
-1657,6
+1657,7
@@
class YUI_config {
$cache = cache::make('core', 'yuimodules');
if (!isset($CFG->jsrev) || $CFG->jsrev == -1) {
$metadata = array();
+ $metadata = $this->get_moodle_metadata();
$cache->delete('metadata');
} else {
// Attempt to get the metadata from the cache.