the rest of the backend for supporting scroll-to-comment from notifications. We still need an ajax handler as fragments are evaluated before content is loaded.

This commit is contained in:
redmatrix
2016-09-24 16:20:25 -07:00
parent dca4db9d4d
commit c04c57ea0f
4 changed files with 10 additions and 2 deletions

View File

@@ -922,7 +922,9 @@ class Item extends \Zotlabs\Web\Controller {
$post = item_store($datarray,$execflag);
$post_id = $post['item_id'];
$datarray = $post['item'];
if($post_id) {
logger('mod_item: saved item ' . $post_id);