diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 17c08719c..a78dbe73d 100644 --- a/install.php +++ b/install.php @@ -366,6 +366,7 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment) define('PWG_CHARSET', 'utf-8'); } activate_core_themes(); + activate_core_plugins(); $insert = array( 'id' => 1, |