XpressEngineGoogleCode / xe-board

Automatically exported from code.google.com/p/xe-board
0 stars 0 forks source link

아마 오타?? #174

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
/**
* @brief display category information
**/
function dispBoardAdminCategoryInfo() {
$oDocumentModel = &getModel('document');
$catgegory_content = 
$oDocumentModel->getCategoryHTML($this->module_info->module_srl);
Context::set('category_content', $catgegory_content);

Context::set('module_info', $this->module_info);
$this->setTemplateFile('category_list');
}

요부분에 $catgegory_content 는 오타죠? category죠?

Original issue reported on code.google.com by kdm3843@gmail.com on 1 Mar 2013 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by sinsy...@gmail.com on 12 Mar 2013 at 6:40

GoogleCodeExporter commented 8 years ago

Original comment by sinsy...@gmail.com on 12 Mar 2013 at 6:40

GoogleCodeExporter commented 8 years ago
r278

Original comment by sinsy...@gmail.com on 12 Mar 2013 at 8:53