diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 10:19:01 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-16 10:19:01 +0000 |
commit | bcb2230a6b081d17978f18458e6db756a3dbd6e1 (patch) | |
tree | 74f32d9f1fe4e2161fa60b048589aaa8bf599af5 /core | |
parent | 4610fc8e7f32f1a582b5f6c9c25714151b9a2967 (diff) |
Remove a @todo
Diffstat (limited to 'core')
-rw-r--r-- | core/controllers/item.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/item.php b/core/controllers/item.php index 027dcada..053acc92 100644 --- a/core/controllers/item.php +++ b/core/controllers/item.php @@ -64,7 +64,6 @@ class Item_Controller extends REST_Controller { $_FILES["file"]["name"][$i], "", $owner_id); } else { - // @todo return a reasonable error throw new Exception("@todo ERROR_IN_UPLOAD_FILE"); } } |