Skip to content

Commit

Permalink
always default theme was reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Feb 25, 2018
1 parent ab71c01 commit 107076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm_program/system/common.php
Expand Up @@ -209,7 +209,7 @@
// create necessary objects and parameters

// set default theme if no theme was set
if ($gSettingsManager->has('theme'))
if (!$gSettingsManager->has('theme'))
{
$gSettingsManager->set('theme', 'modern');
}
Expand Down

0 comments on commit 107076e

Please sign in to comment.