diff options
author | Mario <mario@mariovavti.com> | 2020-02-11 07:55:34 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-02-11 07:55:34 +0100 |
commit | 95476cf33cf7c7971e018f9136d1c64dfc901d17 (patch) | |
tree | b689e76e7eae9c7e339916048b7c5623b96a4b7d /Zotlabs/Lib/Libzot.php | |
parent | a39d436f9f46138db623ee3c9ddef2c501ea8bd2 (diff) | |
parent | bf7c96807a50433b7241ddf6df9e01d4ef11f43d (diff) | |
download | volse-hubzilla-95476cf33cf7c7971e018f9136d1c64dfc901d17.tar.gz volse-hubzilla-95476cf33cf7c7971e018f9136d1c64dfc901d17.tar.bz2 volse-hubzilla-95476cf33cf7c7971e018f9136d1c64dfc901d17.zip |
Merge branch 'dev' into 'dev'
this allows polls to federate from hubzilla to zap, though still a remaining issue with voting
See merge request hubzilla/core!1830
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 1 |
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(); |