aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-03-10 13:16:08 +0000
committerMario <mario@mariovavti.com>2021-03-10 13:16:08 +0000
commitf8447521a84c0eb30c08da212e8156256558617b (patch)
tree62a8e527517a19ed18928aaeff3314d680f94b9f /Zotlabs/Lib/ThreadItem.php
parent15faf01ec960fff88a1f9c83fb6d251319cecea7 (diff)
downloadvolse-hubzilla-f8447521a84c0eb30c08da212e8156256558617b.tar.gz
volse-hubzilla-f8447521a84c0eb30c08da212e8156256558617b.tar.bz2
volse-hubzilla-f8447521a84c0eb30c08da212e8156256558617b.zip
php8: random fixes deriving from mod network
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index 2fb07c1cb..c0d5c001b 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -43,7 +43,7 @@ class ThreadItem {
$observer = \App::get_observer();
// Prepare the children
- if($data['children']) {
+ if(isset($data['children'])) {
foreach($data['children'] as $item) {
/*