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:
@@ -61,7 +61,9 @@ class release_3_0_8_rc1 extends \phpbb\db\migration\migration
|
|||||||
while ($row = $this->db->sql_fetchrow($result))
|
while ($row = $this->db->sql_fetchrow($result))
|
||||||
{
|
{
|
||||||
if (empty($row['lang_dir']))
|
if (empty($row['lang_dir']))
|
||||||
|
{
|
||||||
continue;
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$lang_dir = basename($row['lang_dir']);
|
$lang_dir = basename($row['lang_dir']);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user