shoppingmallv2 init...

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-05 14:02:09 +09:00
parent acd09d4976
commit cebc58ea95

View File

@ -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) . "이 없습니다.");
}
}
}