diff options
Diffstat (limited to 'phpBB/includes/functions_convert.php')
| -rw-r--r-- | phpBB/includes/functions_convert.php | 2 | 
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;  | 
