Skip to content

Commit

Permalink
Fixed issue #13497: Editor sreen loads without css when creating/opda…
Browse files Browse the repository at this point in the history
…ting custom css
  • Loading branch information
LouisGac committed Apr 20, 2018
1 parent c57e3e6 commit bf3fd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/themes.php
Expand Up @@ -657,7 +657,7 @@ public function templatesavechanges()

// If the file is an asset file, we refresh asset number
if (in_array($relativePathEditfile, $cssfiles) || in_array($relativePathEditfile, $jsfiles)){
SettingGlobal::increaseAssetsversionnumber();
SettingGlobal::increaseCustomAssetsversionnumber();
}

fclose($handle);
Expand Down

0 comments on commit bf3fd7a

Please sign in to comment.