diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-06-07 22:53:41 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-06-07 22:53:41 +0200 |
commit | 9203bf3141851812bbef9cff3a2634d9849d8f44 (patch) | |
tree | 55c5bb417a10c520027031d9256612d6be8535db /phpBB/phpbb/captcha/plugins | |
parent | 6687b7e9ab543c69c83b386452b53ba03a473539 (diff) | |
download | forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.gz forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.bz2 forums-9203bf3141851812bbef9cff3a2634d9849d8f44.tar.xz forums-9203bf3141851812bbef9cff3a2634d9849d8f44.zip |
[ticket/13930] Add missing spaces to code
PHPBB3-13930
Diffstat (limited to 'phpBB/phpbb/captcha/plugins')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/qa.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/captcha/plugins/qa.php b/phpBB/phpbb/captcha/plugins/qa.php index 04052b3406..2771369e57 100644 --- a/phpBB/phpbb/captcha/plugins/qa.php +++ b/phpBB/phpbb/captcha/plugins/qa.php @@ -350,7 +350,7 @@ class qa ), ); - foreach($schemas as $table => $schema) + foreach ($schemas as $table => $schema) { if (!$db_tool->sql_table_exists($table)) { |