mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15911] Add missing braces
PHPBB3-15911
This commit is contained in:
parent
304750a88b
commit
68489b2c13
1 changed files with 2 additions and 0 deletions
|
@ -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']);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue