diff options
Diffstat (limited to 'central/trunk')
-rw-r--r-- | central/trunk/xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index a2d3ba9..3ffd1e1 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php | |||
@@ -54,7 +54,7 @@ function resendItem($username, $verification, $verificationID, $id) | |||
54 | return new xmlrpcresp(new xmlrpcval(1, "int")); | 54 | return new xmlrpcresp(new xmlrpcval(1, "int")); |
55 | } | 55 | } |
56 | 56 | ||
57 | function requestRetained($username, $verification, $veriicationID) | 57 | function requestRetained($username, $verification, $verificationID) |
58 | { | 58 | { |
59 | if (instaDisc_checkVerification($username, $verification, $verificationID, 'users', 'username', 'password')) | 59 | if (instaDisc_checkVerification($username, $verification, $verificationID, 'users', 'username', 'password')) |
60 | { | 60 | { |