aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template/asset.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/template/asset.php b/phpBB/includes/template/asset.php
index f3b18a102a..99ac1f0ca7 100644
--- a/phpBB/includes/template/asset.php
+++ b/phpBB/includes/template/asset.php
@@ -40,10 +40,6 @@ class phpbb_template_asset
{
// Workaround for PHP 5.4.6 and older bug #62844 - add fake scheme and then remove it
$this->components = parse_url('http:' . $url);
- if (isset($this->components['port']))
- {
- return;
- }
unset($this->components['scheme']);
return;
}