1
0
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:
rxu
2025-06-25 22:44:08 +07:00
parent 75c5fe9459
commit de1f6329ff
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{