aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-12-18 21:28:15 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-12-18 21:28:15 +0100
commit68489b2c135a1ec75d142851e82ee9683f8177db (patch)
treee559c699751e6f1aee92f0ae7f5015e356e9e31c /phpBB/phpbb/db
parent304750a88b5a1c20cbfebbe97f71c65cd464d374 (diff)
downloadforums-68489b2c135a1ec75d142851e82ee9683f8177db.tar
forums-68489b2c135a1ec75d142851e82ee9683f8177db.tar.gz
forums-68489b2c135a1ec75d142851e82ee9683f8177db.tar.bz2
forums-68489b2c135a1ec75d142851e82ee9683f8177db.tar.xz
forums-68489b2c135a1ec75d142851e82ee9683f8177db.zip
[ticket/15911] Add missing braces
PHPBB3-15911
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r--phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php b/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
index 8838c55620..836cb4577a 100644
--- a/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
+++ b/phpBB/phpbb/db/migration/data/v30x/release_3_0_8_rc1.php
@@ -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']);