mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-39326 css: removed unused chunk array search
This commit is contained in:
parent
13b0140a87
commit
c31978b8ff
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ if ($type === 'editor') {
|
||||||
css_store_css($theme, $candidatesheet, $cssfiles);
|
css_store_css($theme, $candidatesheet, $cssfiles);
|
||||||
} else {
|
} else {
|
||||||
// IE requests plugins/parents/theme instead of all at once.
|
// IE requests plugins/parents/theme instead of all at once.
|
||||||
$chunk = in_array($type, array('plugins', 'parents', 'theme'));
|
|
||||||
$basedir = "$CFG->cachedir/theme/$themename/css";
|
$basedir = "$CFG->cachedir/theme/$themename/css";
|
||||||
if (!$usesvg) {
|
if (!$usesvg) {
|
||||||
$basedir .= '/nosvg';
|
$basedir .= '/nosvg';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue