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, 0 insertions, 1 deletions
diff --git a/application/service/files.php b/application/service/files.php
index c65660b75..c53448eb6 100644
--- a/application/service/files.php
+++ b/application/service/files.php
@@ -16,7 +16,6 @@ class files {
$CI =& get_instance();
$items = array();
- // TODO: thumbnail urls where available
$fields = array("files.id", "filename", "mimetype", "files.date", "hash", "filesize");
$query = $CI->db->select(implode(',', $fields))
->from('files')