summaryrefslogtreecommitdiffstats
path: root/external/itemapi.php
diff options
context:
space:
mode:
Diffstat (limited to 'external/itemapi.php')
-rw-r--r--external/itemapi.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/external/itemapi.php b/external/itemapi.php
index 2ba1fcaed..a67d5a171 100644
--- a/external/itemapi.php
+++ b/external/itemapi.php
@@ -156,4 +156,13 @@ class ItemAPI extends Controller {
}
+ public function readMultiple() {
+ $userId = $this->api->getUserId();
+ //$ids = $this->params('_put');
+ //print_r(json_decode(file_get_contents('php://input'), true));
+
+ exit();
+ //return new NewsAPIResult();
+ }
+
}