From 47c9a629532ee5b2f5bc58a711b1c80dd7de81eb Mon Sep 17 00:00:00 2001 From: Felix Hahn Date: Thu, 2 Nov 2023 00:38:28 +0100 Subject: [PATCH] typo --- models/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();