diff options
Diffstat (limited to 'include/wiki.php')
-rw-r--r-- | include/wiki.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wiki.php b/include/wiki.php index ffa8b66d3..bcdf9d7d8 100644 --- a/include/wiki.php +++ b/include/wiki.php @@ -128,7 +128,7 @@ function wiki_create_wiki($channel, $observer_hash, $wiki, $acl) { if ($item_id) { \Zotlabs\Daemon\Master::Summon(array('Notifier', 'activity', $item_id)); - return array('item' => $arr, 'success' => true); + return array('item' => $post['item'], 'success' => true); } else { return array('item' => null, 'success' => false); } |