fix another PHP7.2 warningg
This commit is contained in:
parent
814dfcd4ac
commit
66991a0778
@ -156,7 +156,7 @@ class Item extends \Zotlabs\Web\Controller {
|
|||||||
if(! x($_REQUEST,'type'))
|
if(! x($_REQUEST,'type'))
|
||||||
$_REQUEST['type'] = 'net-comment';
|
$_REQUEST['type'] = 'net-comment';
|
||||||
|
|
||||||
if($obj_type == ACTIVITY_OBJ_POST)
|
if($obj_type == ACTIVITY_OBJ_NOTE)
|
||||||
$obj_type = ACTIVITY_OBJ_COMMENT;
|
$obj_type = ACTIVITY_OBJ_COMMENT;
|
||||||
|
|
||||||
if($parent) {
|
if($parent) {
|
||||||
|
Reference in New Issue
Block a user