extra paren removed

This commit is contained in:
redmatrix 2015-12-07 16:06:43 -08:00
parent 8b974f8f74
commit 5de1a1ce10

View File

@ -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) {