NOISSUE, trivial code change.

This commit is contained in:
ngleader 2013-11-25 20:32:54 +09:00
parent d62e3103fd
commit be662c8c2a

View file

@ -123,7 +123,7 @@ class adminAdminModel extends admin
if($ftp_info->sftp == 'Y')
{
if(!function_exists(ssh2_sftp))
if(!function_exists('ssh2_sftp'))
{
return new Object(-1, 'disable_sftp_support');
}
@ -261,7 +261,7 @@ class adminAdminModel extends admin
if($ftp_info->sftp == 'Y')
{
if(!function_exists(ssh2_sftp))
if(!function_exists('ssh2_sftp'))
{
return new Object(-1, 'disable_sftp_support');
}