Commit 90bb8714 authored by Ad Schellevis's avatar Ad Schellevis

extend xmlrpc service example / fix typo

parent 869cb71e
......@@ -41,7 +41,7 @@ function xmlrpc_publishable_legacy()
);
return array($publish);
return $publish;
}
/**
......
......@@ -41,7 +41,7 @@ function xmlrpc_publishable_test()
* test function
* @return string
*/
function test()
function test($message="test")
{
return "test";
return $message;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment