diff --git a/models/Config.php b/models/Config.php index 080cef5..c45b00d 100644 --- a/models/Config.php +++ b/models/Config.php @@ -99,7 +99,7 @@ public function save() { $module->settings->set('showUploadAsButtons', $this->showUploadAsButtons); // Make sure variables.css has the current colors - (new colorSettings())->saveVarsToFile(); + (new ColorSettings())->saveVarsToFile(); // Update theme.css (apply showUploadAsButtons) FileHelper::updateThemeFile();