mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/13930] Add missing spaces to code
PHPBB3-13930
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user