mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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);
|
||||
} else {
|
||||
// IE requests plugins/parents/theme instead of all at once.
|
||||
$chunk = in_array($type, array('plugins', 'parents', 'theme'));
|
||||
$basedir = "$CFG->cachedir/theme/$themename/css";
|
||||
if (!$usesvg) {
|
||||
$basedir .= '/nosvg';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue