diff options
-rw-r--r-- | Zotlabs/Zot/ZotHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot/ZotHandler.php b/Zotlabs/Zot/ZotHandler.php index 20332074e..f9bb05410 100644 --- a/Zotlabs/Zot/ZotHandler.php +++ b/Zotlabs/Zot/ZotHandler.php @@ -20,7 +20,7 @@ class ZotHandler implements IHandler { } function Request($data) { - zot_reply_message_request($data)); + zot_reply_message_request($data); } function AuthCheck($data,$encrypted) { |