diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 16:06:43 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 16:06:43 -0800 |
commit | 5de1a1ce105525a389c94212745da36ac2d3b7d6 (patch) | |
tree | 26cd972cd82cea352804ec58ea9b44e3ed1db8ba /Zotlabs/Zot | |
parent | 8b974f8f74f6eefc5955a0f9e385f6460504fc42 (diff) | |
download | volse-hubzilla-5de1a1ce105525a389c94212745da36ac2d3b7d6.tar.gz volse-hubzilla-5de1a1ce105525a389c94212745da36ac2d3b7d6.tar.bz2 volse-hubzilla-5de1a1ce105525a389c94212745da36ac2d3b7d6.zip |
extra paren removed
Diffstat (limited to 'Zotlabs/Zot')
-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) { |