diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-18 18:50:13 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-18 18:50:28 +0100 |
commit | 03df8d4c4e34ba7da1d187b3d6eeebe3cdad23d2 (patch) | |
tree | 03f4b6efc4eed933398b42fcbef564fb997cb9d1 /application/models/file_mod.php | |
parent | d8034f098c1a5602e53ae3a3090083aba126f042 (diff) |
remove superfluous space
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/file_mod.php')
-rw-r--r-- | application/models/file_mod.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/file_mod.php b/application/models/file_mod.php index b979a0043..cd9351e74 100644 --- a/application/models/file_mod.php +++ b/application/models/file_mod.php @@ -251,7 +251,7 @@ class File_mod extends CI_Model { } // user wants to the the plain file - if ( $mode == 'plain') { + if ($mode == 'plain') { rangeDownload($file, $filedata["filename"], "text/plain"); exit(); } |