mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 17:40:43 +01:00
[ticket/16284] Use tables array in acp_storage_module
PHPBB3-16284
This commit is contained in:
parent
a72810465f
commit
73b045fb44
@ -20,7 +20,7 @@ class acp_storage_module extends migration
|
||||
public function effectively_installed()
|
||||
{
|
||||
$sql = 'SELECT module_id
|
||||
FROM ' . MODULES_TABLE . "
|
||||
FROM ' . $this->tables['modules'] . "
|
||||
WHERE module_class = 'acp'
|
||||
AND module_langname = 'ACP_STORAGE_SETTINGS'";
|
||||
$result = $this->db->sql_query($sql);
|
||||
|
Loading…
x
Reference in New Issue
Block a user