X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FProtocol.php;h=4effa8d74b94eff2aa3f41649bb3d983fa9a70cc;hb=dc9658f532a067adaf96d753a34f3ee99ff8587b;hp=98eb386c34aa3936c1b446d9b4261b802c35fbd6;hpb=9825f12b16c4f4ccf9c1ddca234e693810e054e3;p=friendica.git diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 98eb386c34..4effa8d74b 100644 --- a/src/Core/Protocol.php +++ b/src/Core/Protocol.php @@ -1,6 +1,6 @@ $protocol, + 'result' => null + ]; + Hook::callAll('support_probe', $hook_data); + + return $hook_data['result'] === true; + } }