#18510626 : fixed a bug that ftp_root_path did not show properly

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-12-03 07:33:57 +00:00
parent 2c97ae2cab
commit 2f62e5189d

View file

@ -276,6 +276,11 @@
Context::set('start_module', $output->data);
$pwd = Context::get('pwd');
if(!$pwd && $ftp_info->ftp_root_path)
{
$pwd = $ftp_info->ftp_root_path;
}
if(!$pwd) {
if($ftp_info->sftp == 'Y')
{