diff --git a/application/themehandler.class.inc.php b/application/themehandler.class.inc.php index 8a648394e..99931a724 100644 --- a/application/themehandler.class.inc.php +++ b/application/themehandler.class.inc.php @@ -154,7 +154,8 @@ class ThemeHandler { if (!is_dir($sThemeFolderPath)) { - mkdir($sThemeFolderPath); + mkdir($sWorkingPath.'/branding/'); + mkdir($sWorkingPath.'/branding/themes/'); } file_put_contents($sThemeFolderPath.'/theme-parameters.json', json_encode($aThemeParameters)); }