diff --git a/app/Controllers/Common/CommonController.php b/app/Controllers/Common/CommonController.php index 20ae4a8..3a010ac 100644 --- a/app/Controllers/Common/CommonController.php +++ b/app/Controllers/Common/CommonController.php @@ -288,7 +288,7 @@ class CommonController extends BaseController { $uids = $this->request->getVar('batchjob_uids'); if (is_null($uids) || !is_array($uids) || !count($uids)) { - alert_CommonHelper($this->_viewDatas['title'] . '에서 변경할 항목(uid)이 선택되지 않았습니다.', 'back'); + return alert_CommonHelper($this->_viewDatas['title'] . '에서 변경할 항목(uid)이 선택되지 않았습니다.', 'back'); } $message = ""; try {