From 5de1a1ce105525a389c94212745da36ac2d3b7d6 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 7 Dec 2015 16:06:43 -0800 Subject: extra paren removed --- Zotlabs/Zot/ZotHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') 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) { -- cgit v1.2.3