Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhahnweilheim committed Nov 1, 2023
1 parent 2ef32c5 commit 47c9a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 47c9a62

Please sign in to comment.