diff options
-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(); } |