mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-05-04 19:22:14 +02:00
introduced a new group management feature
This commit is contained in:
@@ -70,6 +70,10 @@ class ControllerGroupAdd extends Controller {
|
||||
$this->error['email'] = $this->data['text_missing_data'];
|
||||
}
|
||||
|
||||
if(!isset($this->request->post['assigned_email']) || $this->request->post['assigned_email'] == '') {
|
||||
$this->error['assigned_email'] = $this->data['text_missing_data'];
|
||||
}
|
||||
|
||||
if (!$this->error) {
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user