浏览代码

change installedPlugins to array by default

CauseFX 4 年之前
父节点
当前提交
8411a0966d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' => '',