mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17525] Fix tests
PHPBB-17525
This commit is contained in:
@@ -214,7 +214,7 @@ class table_helper
|
||||
];
|
||||
|
||||
// Add table prefix to additional tables
|
||||
if (!empty($table_prefix && !empty($additional_tables)))
|
||||
if (!empty($table_prefix) && !empty($additional_tables))
|
||||
{
|
||||
foreach ($additional_tables as $key => $value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user