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

Commit 4b041ca

Browse files
committed
Remove mq.sql from necessary tables (files where actually empty)
1 parent 65a8868 commit 4b041ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/boot.conf/class.BootConfLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function applyInstallerForm($action, $httpVars, $fileVars)
167167
));
168168

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

0 commit comments

Comments
 (0)