1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15911] Add missing braces

PHPBB3-15911
This commit is contained in:
Marc Alexander
2018-12-18 21:28:15 +01:00
parent 304750a88b
commit 68489b2c13

View File

@@ -61,7 +61,9 @@ class release_3_0_8_rc1 extends \phpbb\db\migration\migration
while ($row = $this->db->sql_fetchrow($result))
{
if (empty($row['lang_dir']))
{
continue;
}
$lang_dir = basename($row['lang_dir']);