From: hickert Date: Tue, 24 Jun 2008 09:15:25 +0000 (+0000) Subject: fixed usage of is_account. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=701d0fa555a3d7941f5faaef1f0d97a23f87f2c8;p=gosa.git fixed usage of is_account. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11410 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 4be721303..e49c967b4 100644 --- a/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc +++ b/gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc @@ -95,7 +95,7 @@ class phoneAccount extends plugin } if(isset($this->parent->by_object['mailAccount']->mail)){ $this->mailAddress = &$this->parent->by_object['mailAccount']->mail; - $this->has_mailAccount = &$this->parent->by_object['mailAccount']->is_account(); + $this->has_mailAccount = &$this->parent->by_object['mailAccount']->is_account; } /* Check server configurations