about summary refs log tree commit diff stats
path: root/central
diff options
context:
space:
mode:
Diffstat (limited to 'central')
-rw-r--r--central/trunk/xmlrpc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index 53b947e..53e48b2 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php
@@ -114,6 +114,8 @@ function sendFromUpdate($username, $verification, $verificationID, $subscription
114 114
115 return new xmlrpcresp(new xmlrpcval(0, "int")); 115 return new xmlrpcresp(new xmlrpcval(0, "int"));
116 } 116 }
117 } else {
118 return new xmlrpcresp(new xmlrpcval(2, "int"));
117 } 119 }
118 120
119 return new xmlrpcresp(new xmlrpcval(1, "int")); 121 return new xmlrpcresp(new xmlrpcval(1, "int"));