aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_convert.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-06-08 13:54:50 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-06-08 13:54:50 +0200
commitf9389995e72e7517668542d65f088b71e1c221f6 (patch)
tree0d1b216a722b0b3d4386107c5ea74f8f53e0ab56 /phpBB/includes/functions_convert.php
parentd4e0c08915662fd93715984510b3b2043e6bfd8d (diff)
downloadforums-f9389995e72e7517668542d65f088b71e1c221f6.tar
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.gz
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.bz2
forums-f9389995e72e7517668542d65f088b71e1c221f6.tar.xz
forums-f9389995e72e7517668542d65f088b71e1c221f6.zip
[ticket/13930] Add missing spaces to code
PHPBB3-13930
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r--phpBB/includes/functions_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php
index 61ab4721c4..b380273f0c 100644
--- a/phpBB/includes/functions_convert.php
+++ b/phpBB/includes/functions_convert.php
@@ -966,7 +966,7 @@ function get_remote_avatar_dim($src, $axis)
$protocol = (isset($url_info['scheme'])) ? $url_info['scheme'] : 'http';
if (empty($port))
{
- switch(strtolower($protocol))
+ switch (strtolower($protocol))
{
case 'ftp':
$port = 21;