Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Do not pre-install meta.syncable for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 23, 2013
1 parent 0253234 commit 5dda9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/boot.conf/class.BootConfLoader.php
Expand Up @@ -152,7 +152,7 @@ public function applyInstallerForm($action, $httpVars, $fileVars)
));

// INSTALL ALL SQL TABLES
$sqlPlugs = array("conf.sql", "auth.sql", "feed.sql", "log.sql", "mq.sql", "meta.syncable");
$sqlPlugs = array("conf.sql", "auth.sql", "feed.sql", "log.sql", "mq.sql");
foreach ($sqlPlugs as $plugId) {
$plug = AJXP_PluginsService::findPluginById($plugId);
$plug->installSQLTables(array("SQL_DRIVER" => $data["STORAGE_TYPE"]["db_type"]));
Expand Down

0 comments on commit 5dda9c8

Please sign in to comment.