fix another PHP7.2 warningg

This commit is contained in:
Mario Vavti 2017-12-14 22:41:11 +01:00
parent 814dfcd4ac
commit 66991a0778

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) {