Jump to content

Can´t add employees


Lazer17

Recommended Posts

Ok temporary solution:

In classes/Employee.php change  line 103 env.

'email' =>						array('type' => self::TYPE_STRING, 'validate' => 'isEmail', 'required' => true, 'size' => 128),

by:

'email' =>						array('type' => self::TYPE_STRING, 'required' => true, 'size' => 128),

But it's curious...

Link to comment
Share on other sites

×
×
  • Create New...