cfmgrv3 init...3
This commit is contained in:
parent
c0088b376e
commit
25ab3b8faf
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user