From 701d0fa555a3d7941f5faaef1f0d97a23f87f2c8 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 24 Jun 2008 09:15:25 +0000 Subject: [PATCH] fixed usage of is_account. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11410 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/gofon/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2