First argument of validate() is a reference
This commit is contained in:
parent
c8174100f6
commit
80afe69e40
1 changed files with 1 additions and 1 deletions
|
@ -933,7 +933,7 @@ class rcube_kolab_contacts extends rcube_addressbook
|
|||
*
|
||||
* @return boolean True if input is valid, False if not.
|
||||
*/
|
||||
public function validate($save_data)
|
||||
public function validate(&$save_data)
|
||||
{
|
||||
// validate e-mail addresses
|
||||
$valid = parent::validate($save_data);
|
||||
|
|
Loading…
Add table
Reference in a new issue