Skip to content

Commit

Permalink
MDL-39326 css: removed unused chunk array search
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Apr 24, 2013
1 parent 13b0140 commit c31978b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
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';
Expand Down

0 comments on commit c31978b

Please sign in to comment.