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

Commit

Permalink
Remove mq.sql from necessary tables (files where actually empty)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 30, 2015
1 parent 65a8868 commit 4b041ca
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 @@ -167,7 +167,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", "meta.syncable");
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 4b041ca

Please sign in to comment.