summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-18 18:50:13 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-18 18:50:28 +0100
commit03df8d4c4e34ba7da1d187b3d6eeebe3cdad23d2 (patch)
tree03f4b6efc4eed933398b42fcbef564fb997cb9d1
parentd8034f098c1a5602e53ae3a3090083aba126f042 (diff)
remove superfluous space
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/models/file_mod.php2
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();
}