mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 09:18:42 +00:00
remove db prefix
This commit is contained in:
parent
ba91353901
commit
06b49ba286
|
|
@ -48,7 +48,7 @@ final class Installer extends InstallerAbstract
|
||||||
public static function installExternal(DatabasePool $dbPool, array $data) : void
|
public static function installExternal(DatabasePool $dbPool, array $data) : void
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$dbPool->get()->con->query('select 1 from `' . $dbPool->get()->prefix . 'media`');
|
$dbPool->get()->con->query('select 1 from `media`');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user