[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

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']);