servermgrv2 init...
This commit is contained in:
parent
56fab113b1
commit
92b57817e9
@ -195,7 +195,7 @@ class BoardController extends FrontController
|
||||
//Category 및 Status 조건추가
|
||||
protected function index_setCondition()
|
||||
{
|
||||
$this->_model->where("category", $this->_viewDatas['category']->getPrimaryKey());
|
||||
$this->_model->where("category_uid", $this->_viewDatas['category']->getPrimaryKey());
|
||||
$this->_model->where("status", DEFAULTS['STATUS']);
|
||||
parent::index_setCondition();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user