wrong constant name

This commit is contained in:
zotlabs 2017-12-14 13:38:56 -08:00
parent 538845cbf5
commit f965d9dc9e

View file

@ -156,7 +156,7 @@ class Item extends \Zotlabs\Web\Controller {
if(! x($_REQUEST,'type'))
$_REQUEST['type'] = 'net-comment';
if($obj_type == ACTIVITY_OBJ_POST)
if($obj_type == ACTIVITY_OBJ_NOTE)
$obj_type = ACTIVITY_OBJ_COMMENT;
if($parent) {