mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
불필요한 코드 제거
standalone="false" 속성이 적용되어있으므로 다른 모듈에서 게시판 act를 사용 할 수 없음
This commit is contained in:
parent
0a5b14e4df
commit
700f148740
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@ class boardController extends board
|
||||||
**/
|
**/
|
||||||
function init()
|
function init()
|
||||||
{
|
{
|
||||||
if($this->module_info->module != 'board')
|
|
||||||
{
|
|
||||||
return new Object(-1, 'msg_invalid_request');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue