Skip to content
Snippets Groups Projects
Commit e8d81e16 authored by Peter Rotich's avatar Peter Rotich
Browse files

bug: Agents Signature & Timezone dropped on update

parent 1aaa3139
No related branches found
No related tags found
No related merge requests found
......@@ -983,7 +983,6 @@ implements AuthenticatedUser, EmailContact, TemplateVariable {
$this->onvacation = isset($vars['onvacation'])?1:0;
$this->assigned_only = isset($vars['assigned_only'])?1:0;
$this->role_id = $vars['role_id'];
$this->timezone = $vars['timezone'];
$this->username = $vars['username'];
$this->firstname = $vars['firstname'];
$this->lastname = $vars['lastname'];
......@@ -992,7 +991,6 @@ implements AuthenticatedUser, EmailContact, TemplateVariable {
$this->phone = Format::phone($vars['phone']);
$this->phone_ext = $vars['phone_ext'];
$this->mobile = Format::phone($vars['mobile']);
$this->signature = Format::sanitize($vars['signature']);
$this->notes = Format::sanitize($vars['notes']);
if ($errors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment