浏览代码

ZF-11395
Zend_Controller
Removed dead code from Zend_Controller_Router_Route_Hostname


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24086 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 年之前
父节点
当前提交
a691fe3deb
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      library/Zend/Controller/Router/Route/Hostname.php

+ 0 - 1
library/Zend/Controller/Router/Route/Hostname.php

@@ -302,7 +302,6 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
             }
         }
 
-        $hostname = implode('.', $host);
         $url      = $scheme . '://' . $url;
 
         return $url;