From d8d018c1ae7bb07bcb2e051d667e81a474794476 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 11 Jan 2007 08:56:01 +0000 Subject: [PATCH] Fixed ldap error on first phone account create. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5529 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/phoneaccount/class_phoneAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc index 44084810f..6a052bf6a 100644 --- a/plugins/gofon/phoneaccount/class_phoneAccount.inc +++ b/plugins/gofon/phoneaccount/class_phoneAccount.inc @@ -13,7 +13,7 @@ class phoneAccount extends plugin var $goFonFormat = "wav"; var $goFonPIN = ""; var $goFonVoicemailPIN = ""; - var $goFonDeliveryMode = ""; + var $goFonDeliveryMode = "[]"; var $phoneNumbers = array(); var $mail = ""; var $hardware_list = array(); -- 2.30.2