diff options
-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"); } } |