mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@151 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c5867a7706
commit
b293901543
5 changed files with 29 additions and 21 deletions
|
|
@ -18,6 +18,13 @@
|
|||
* @brief 모듈객체를 받아서 content 출력
|
||||
**/
|
||||
function printContent(&$oModule) {
|
||||
|
||||
// 모듈이 정상적이지 않으면 system message 출력
|
||||
if(!is_object($oModule)) {
|
||||
$oModule = &getView('message');
|
||||
Context::set('system_message', Context::getLang('msg_invalid_request_module'));
|
||||
}
|
||||
|
||||
// header 출력
|
||||
$this->_printHeader();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue