mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-18 21:39:52 +02: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()
|
public function effectively_installed()
|
||||||
{
|
{
|
||||||
$sql = 'SELECT module_id
|
$sql = 'SELECT module_id
|
||||||
FROM ' . MODULES_TABLE . "
|
FROM ' . $this->tables['modules'] . "
|
||||||
WHERE module_class = 'acp'
|
WHERE module_class = 'acp'
|
||||||
AND module_langname = 'ACP_STORAGE_SETTINGS'";
|
AND module_langname = 'ACP_STORAGE_SETTINGS'";
|
||||||
$result = $this->db->sql_query($sql);
|
$result = $this->db->sql_query($sql);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user