Browse Source

change installedPlugins to array by default

CauseFX 4 năm trước cách đây
mục cha
commit
8411a0966d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -395,7 +395,7 @@ return [
 	'lockoutMinAuth' => '1',
 	'themeInstalled' => '',
 	'themeVersion' => '',
-	'installedPlugins' => '',
+	'installedPlugins' => [],
 	'installedThemes' => '',
 	'authDebug' => false,
 	'customJava' => '',