mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16284] Use tables array in acp_storage_module
PHPBB3-16284
This commit is contained in:
parent
a72810465f
commit
73b045fb44
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue