summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/application/models/file_mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php
index 8716158ad..ec85ebb5a 100644
--- a/system/application/models/file_mod.php
+++ b/system/application/models/file_mod.php
@@ -50,7 +50,7 @@ class File_mod extends Model {
function get_filedata($id)
{
$sql = '
- SELECT hash,filename,mimetype, date
+ SELECT hash, filename, mimetype, date
FROM `files`
WHERE `id` = ?
LIMIT 1';