mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-05 03:58: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
|
||||
{
|
||||
try {
|
||||
$dbPool->get()->con->query('select 1 from `' . $dbPool->get()->prefix . 'media`');
|
||||
$dbPool->get()->con->query('select 1 from `media`');
|
||||
} catch (\Exception $e) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user