}
}
- // Older IEs require smaller chunks.
+ // The lock is still held, and the sheet still does not exist.
+ // Compile the CSS content.
- $csscontent = $theme->get_css_content();
+ if (!$csscontent = $theme->get_css_cached_content()) {
+ $csscontent = $theme->get_css_content();
+ $theme->set_css_content_cache($csscontent);
+ }
$relroot = preg_replace('|^http.?://[^/]+|', '', $CFG->wwwroot);
if (!empty($slashargument)) {
defined('MOODLE_INTERNAL') || die();
- $version = 2017061301.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2017060800.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2017061400.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.