From: hickert Date: Fri, 6 Feb 2009 14:52:33 +0000 (+0000) Subject: Updated gofonAccount. Closes #618 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d8b0c96b821b4e71304fafaf2bb4514c124af163;p=gosa.git Updated gofonAccount. Closes #618 -Fixed problem with missing mail attribute when editing gofon accounts out of the MyAccount section git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13402 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc index acaf44f7d..796ff8958 100644 --- a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc @@ -78,6 +78,7 @@ class phoneAccount extends plugin } if(isset($this->attrs['mail'][0])){ $this->mailAddress = $this->attrs['mail'][0]; + $this->has_mailAccount = true; } if(isset($this->attrs['pager'][0])){ $this->pager = $this->attrs['pager'][0];