diff options
author | Mario <mario@mariovavti.com> | 2021-01-31 20:37:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-31 20:37:16 +0000 |
commit | d99611e7dd1648e6a77d48aa612a840941545738 (patch) | |
tree | 8dbbdd18330e5628ddd80cefc226cdb694079b9c /Zotlabs/Lib | |
parent | 7686b48723727a6be8d6f3c3ccd511da690d0014 (diff) | |
download | volse-hubzilla-d99611e7dd1648e6a77d48aa612a840941545738.tar.gz volse-hubzilla-d99611e7dd1648e6a77d48aa612a840941545738.tar.bz2 volse-hubzilla-d99611e7dd1648e6a77d48aa612a840941545738.zip |
add fetch_provider hook
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index c56d73421..bab70997e 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1096,7 +1096,6 @@ class Activity { call_hooks('encode_person', $arr); $ret = $arr['encoded']; - return $ret; } |