summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 23:05:50 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-04-09 23:05:50 +0200
commitb33d0cc52cec04079c50a6afe02a83e7bb1d50fd (patch)
tree01f280ea79f6f44d55f620b739ff83d54da587da /controller
parentbc725e2f23cc1272c8e66e3c4fa89f2d6ea4cbe6 (diff)
fix api updated request
Diffstat (limited to 'controller')
-rw-r--r--controller/itemapicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/itemapicontroller.php b/controller/itemapicontroller.php
index ce3d915d7..3b0a5457d 100644
--- a/controller/itemapicontroller.php
+++ b/controller/itemapicontroller.php
@@ -93,7 +93,7 @@ class ItemApiController extends Controller {
* @NoCSRFRequired
* @API
*/
- public function getUpdated() {
+ public function updated() {
$result = array(
'items' => array()
);