ZF-4317: Zend_File_Transfer_Adapter_Http->receive() add trailing DIRECTORY_SEPARATOR even when already in destination path
Description
Line 88 : if (null !== ($destination = $this->getDestination($file))) { $directory = $destination . DIRECTORY_SEPARATOR; }
Can't we just add a trailing DIRECTORY_SEPARATOR when it's not already in $destination ?
Comments
Posted by Thomas Weidner (thomas) on 2008-09-19T14:29:52.000+0000
Changed with r11444.