mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
516af645db
commit
742eebf669
9 changed files with 17 additions and 37 deletions
|
|
@ -59,18 +59,5 @@
|
|||
$this->setTemplateFile('trackback_list');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 메세지 출력
|
||||
* 메세지를 출력하고 그냥 종료 시켜 버림
|
||||
**/
|
||||
function dispMessage($error, $message) {
|
||||
// 결과 출력을 XMLRPC로 강제 지정
|
||||
Context::setResponseMethod("XMLRPC");
|
||||
|
||||
// 템플릿 지정
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('error');
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue