Skip to content
Snippets Groups Projects
Commit fbf2d7bc authored by Michael Klier's avatar Michael Klier
Browse files

XMLRPC: removed useless test for missing text in putPage()

darcs-hash:20080302175105-23886-8f67f9bdfdf69e8cee1f58f60984b53fb8a27ac9.gz
parent dd6c671b
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment