mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#18534804 : blogapi specification
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7019 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4174e5f85c
commit
6ce7267766
1 changed files with 2 additions and 3 deletions
|
|
@ -263,8 +263,7 @@
|
|||
if(!$output->toBool()) {
|
||||
$content = getXmlRpcFailure(1, $output->getMessage());
|
||||
} else {
|
||||
//$content = getXmlRpcResponse(Context::getRequestUri().$this->mid.'/'.$document_srl);
|
||||
$content = getXmlRpcResponse($document_srl);
|
||||
$content = getXmlRpcResponse(strval($document_srl));
|
||||
}
|
||||
FileHandler::removeDir($tmp_uploaded_path);
|
||||
|
||||
|
|
@ -362,7 +361,7 @@
|
|||
if(!$output->toBool()) {
|
||||
$content = getXmlRpcFailure(1, $output->getMessage());
|
||||
} else {
|
||||
$content = getXmlRpcResponse(getFullUrl('','document_srl',$document_srl));
|
||||
$content = getXmlRpcResponse(true);
|
||||
FileHandler::removeDir($tmp_uploaded_path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue