diff options
author | Mario <mario@mariovavti.com> | 2020-07-21 19:08:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-07-21 19:08:03 +0000 |
commit | dd2ffae8bf913e686bb700624154f9176489396d (patch) | |
tree | 67988cbd76b43e96042b016bc23416418f91c0a8 /Zotlabs/Lib/Activity.php | |
parent | ca969cd0ed53563e6b5d518838e4da75f9f3e893 (diff) | |
download | volse-hubzilla-dd2ffae8bf913e686bb700624154f9176489396d.tar.gz volse-hubzilla-dd2ffae8bf913e686bb700624154f9176489396d.tar.bz2 volse-hubzilla-dd2ffae8bf913e686bb700624154f9176489396d.zip |
Revert "zot6 testing"
This reverts commit 4f95b44ff239f92574491b3053b7f5aace6432d3.
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 698556001..b8432f95a 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -20,7 +20,7 @@ class Activity { if(is_array($x)) { - if(array_key_exists('asld',$x) && is_array($x['asld'])) { + if(array_key_exists('asld',$x)) { return $x['asld']; } @@ -165,7 +165,6 @@ class Activity { $r = q("select * from item where mid = '%s' limit 1", dbesc($x['id']) ); - if($r) { xchan_query($r,true); $r = fetch_post_tags($r,true); |