Index: branches/5.1.x/core/units/helpers/themes_helper.php =================================================================== diff -u -r13182 -r13487 --- branches/5.1.x/core/units/helpers/themes_helper.php (.../themes_helper.php) (revision 13182) +++ branches/5.1.x/core/units/helpers/themes_helper.php (.../themes_helper.php) (revision 13487) @@ -1,6 +1,6 @@ Application->incrementCacheSerial('theme'); $this->Application->incrementCacheSerial('theme-file'); + + $minify_helper =& $this->Application->recallObject('MinifyHelper'); + /* @var $minify_helper MinifyHelper */ + + $minify_helper->delete(); } /**