shoppingmallv2 init...
This commit is contained in:
parent
acd09d4976
commit
cebc58ea95
@ -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