diff options
Diffstat (limited to 'application/models')
-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 48248fe7d..26d384fa9 100644 --- a/application/models/file_mod.php +++ b/application/models/file_mod.php @@ -55,7 +55,7 @@ class File_mod extends CI_Model { function get_filedata($id) { $sql = ' - SELECT hash, filename, mimetype, date + SELECT hash, filename, mimetype, date, user FROM `files` WHERE `id` = ? LIMIT 1'; |