commit | 3ca060a00e5039aa00d4180ded52b1af49939114 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Wed Nov 27 16:30:31 2013 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Wed Nov 27 16:30:31 2013 +0200 |
tree | c8c1acc12d2256317c7284f1cd9966e167ebf780 | |
parent | c8c260f98e9bd9b2e5bd8b437c5060367c641a28 [diff] [blame] |
[ci skip] Remove a few more spaces
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index dc6bbd2..2489f49 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php
@@ -392,7 +392,7 @@ { if ($this->debug === TRUE) { - $this->_error('ftp_unable_to_' . ($move === FALSE ? 'rename' : 'move')); + $this->_error('ftp_unable_to_'.($move === FALSE ? 'rename' : 'move')); } return FALSE; }