summaryrefslogtreecommitdiffstats
path: root/system/libraries/Ftp.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-31 08:11:36 +0100
committeradmin <devnull@localhost>2006-10-31 08:11:36 +0100
commit57b9e5c5350ffb20048d36c508d1e310603b12f8 (patch)
tree780262d522d6405262057ce6ea1167d6d181cc5e /system/libraries/Ftp.php
parenta2b1209e882a35ae64ac2227da83b145ea42c1ff (diff)
Diffstat (limited to 'system/libraries/Ftp.php')
-rw-r--r--system/libraries/Ftp.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index 3b2be23d5..1572a587c 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -178,7 +178,7 @@ class CI_FTP {
if ($result === FALSE)
{
- if ($this->debug == TRUE AND $supress_debug != TRUE)
+ if ($this->debug == TRUE AND $supress_debug == FALSE)
{
$this->_error('ftp_unable_to_changedir');
}
@@ -251,7 +251,7 @@ class CI_FTP {
// Set the mode if not specified
if ($mode == 'auto')
{
- // Get the file extension so we can se the upload type
+ // Get the file extension so we can set the upload type
$ext = $this->_getext($locpath);
$mode = $this->_settype($ext);
}