From 7b6e1acbdeb8537c5eff22eeb090fd74f7abc647 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 13 Apr 2021 20:17:06 -0700 Subject: [PATCH] unbalanced parens --- Zotlabs/Module/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php index 6ece957a0..67973e92b 100644 --- a/Zotlabs/Module/Item.php +++ b/Zotlabs/Module/Item.php @@ -1161,7 +1161,7 @@ class Item extends Controller { $item_unseen = ((local_channel() != $profile_uid) ? 1 : 0); $item_wall = ((isset($_REQUEST['type']) && ($_REQUEST['type'] === 'wall' || $_REQUEST['type'] === 'wall-comment')) ? 1 : 0); $item_origin = (($origin) ? 1 : 0); - $item_nocomment = ((isset($item_nocomment) ? $item_nocomment : $nocomment); + $item_nocomment = ((isset($item_nocomment)) ? $item_nocomment : $nocomment); // determine if this is a wall post