exec_json으로 권한 없이 notice_list, category_list, file_list, comment_list를 가져 올 수 있는 문제 해결

This commit is contained in:
andjfrrk 2015-01-17 11:49:08 +09:00
parent bd917c3d01
commit 15189482cf
3 changed files with 72 additions and 2 deletions

View file

@ -50,7 +50,7 @@ class boardAPI extends board {
/**
* @brief category list
**/
function dispBoardCatogoryList(&$oModule) {
function dispBoardCategoryList(&$oModule) {
$oModule->add('category_list',Context::get('category_list'));
}