summaryrefslogtreecommitdiffstats
path: root/ajax/markitem.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/markitem.php')
-rw-r--r--ajax/markitem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/markitem.php b/ajax/markitem.php
index 4d0a54fae..c42dc9350 100644
--- a/ajax/markitem.php
+++ b/ajax/markitem.php
@@ -31,5 +31,5 @@ if(!$success) {
}
//TODO: replace the following with a real success case. see contact/ajax/createaddressbook.php for inspirations
-OCP\JSON::success(array('data' => array('message' => $l->t('Item updated!'))));
+OCP\JSON::success(array('data' => array('itemid' => $itemid )));