aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2020-02-10 18:17:41 -0800
committerzotlabs <mike@macgirvin.com>2020-02-10 18:17:41 -0800
commitbf7c96807a50433b7241ddf6df9e01d4ef11f43d (patch)
treeb689e76e7eae9c7e339916048b7c5623b96a4b7d /Zotlabs/Lib/Libzot.php
parentd4a6aa7801d7bad862436990418a7aba34ddef1f (diff)
downloadvolse-hubzilla-bf7c96807a50433b7241ddf6df9e01d4ef11f43d.tar.gz
volse-hubzilla-bf7c96807a50433b7241ddf6df9e01d4ef11f43d.tar.bz2
volse-hubzilla-bf7c96807a50433b7241ddf6df9e01d4ef11f43d.zip
fix poll responses
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index d64421926..42e706754 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -1617,6 +1617,7 @@ class Libzot {
dbesc($arr['parent_mid']),
intval($channel['channel_id'])
);
+
if(! $r) {
$DR->update('comment parent not found');
$result[] = $DR->get();