summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/exe/xmlrpc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php
index e43394e50..36205fbf8 100644
--- a/lib/exe/xmlrpc.php
+++ b/lib/exe/xmlrpc.php
@@ -199,9 +199,6 @@ class dokuwiki_xmlrpc_server extends IXR_IntrospectionServer {
if(checklock($id))
return new IXR_Error(1, 'The page is currently locked');
- if(empty($TEXT))
- return new IXR_Error(1, 'No text supplied');
-
//spam check
if(checkwordblock())
return new IXR_Error(1, 'Positive wordblock check');