aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.php b/install.php
index f51d7d593..6e47bafe8 100644
--- a/install.php
+++ b/install.php
@@ -376,6 +376,11 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment)
// fill $conf global array
load_conf_from_db();
+ // PWG_CHARSET is required for building the fs_themes array in the
+ // themes class
+ define('PWG_CHARSET', $pwg_charset);
+ activate_all_themes();
+
$insert = array(
'id' => 1,
'galleries_url' => PHPWG_ROOT_PATH.'galleries/',