|
@@ -130,6 +130,7 @@ class Install {
|
130
|
130
|
$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('shorten_links', '0');";
|
131
|
131
|
$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('rss_import_frec', '5 minutes');";
|
132
|
132
|
$sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('check_version', '1');";
|
|
133
|
+ $sqlStr[] = "INSERT INTO `".Table_prefix."options` VALUES ('active_plugins', '[{\"total\":0},[]]');";
|
133
|
134
|
|
134
|
135
|
foreach($sqlStr as $key => $query){
|
135
|
136
|
if(!$db->ejecutarConsulta($query)){
|