servermgrv2 init...
This commit is contained in:
parent
dbe7393bbd
commit
6011b2d40b
@ -49,7 +49,7 @@ abstract class FrontController extends BaseController
|
||||
$this->_viewDatas['category'],
|
||||
$category_field,
|
||||
)) {
|
||||
throw new \Exception("고객님은 " . lang('Category' . $category_field) . "이 없습니다.");
|
||||
throw new \Exception("고객님은 " . lang($this->getCategoryModel()->getClassName() . ".label." . $category_field) . "이 없습니다.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user