summaryrefslogtreecommitdiffstats
path: root/application/service/files.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/service/files.php')
-rw-r--r--application/service/files.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/service/files.php b/application/service/files.php
index 8d0760b87..8d8b1d01a 100644
--- a/application/service/files.php
+++ b/application/service/files.php
@@ -16,6 +16,7 @@ class files {
$CI =& get_instance();
$items = array();
+ // TODO: thumbnail urls where available
$fields = array("id", "filename", "mimetype", "date", "hash", "filesize");
$query = $CI->db->select(implode(',', $fields))
->from('files')