mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
#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:
parent
2c97ae2cab
commit
2f62e5189d
1 changed files with 5 additions and 0 deletions
|
|
@ -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')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue