Fix #631 use_category 보완

This commit is contained in:
Kijin Sung 2016-12-17 16:02:44 +09:00
parent 2a7b4be713
commit e225d258c0

View file

@ -706,6 +706,7 @@ class boardView extends board
}
else
{
$this->module_info->use_category = 'N';
Context::set('category_list', array());
}
}