diff --git a/application/controllers/admin/themes.php b/application/controllers/admin/themes.php index 5476f2add08..69867e397ca 100755 --- a/application/controllers/admin/themes.php +++ b/application/controllers/admin/themes.php @@ -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);