From e6e12c4a910617c6f88ab3f514f422a041656a34 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 15 Jan 2007 06:24:17 +0000 Subject: [PATCH] Some small fixes git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5558 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofax/faxaccount/main.inc | 2 +- plugins/gofon/phoneaccount/generic.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofax/faxaccount/main.inc b/plugins/gofax/faxaccount/main.inc index 24e0550b0..21c74dde6 100644 --- a/plugins/gofax/faxaccount/main.inc +++ b/plugins/gofax/faxaccount/main.inc @@ -12,7 +12,7 @@ if (!$remove_lock){ /* Create gofaxAccount object on demand */ if (!isset($_SESSION['gofaxAccount']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){ - $_SESSION['gofaxAccount']= new gofaxAccount ($config, $ui->dn); + $_SESSION['gofaxAccount']= new gofaxAccount ($config, $ui->dn,NULL); } $gofaxAccount= $_SESSION['gofaxAccount']; diff --git a/plugins/gofon/phoneaccount/generic.tpl b/plugins/gofon/phoneaccount/generic.tpl index ed0725b29..7e0df543c 100644 --- a/plugins/gofon/phoneaccount/generic.tpl +++ b/plugins/gofon/phoneaccount/generic.tpl @@ -32,7 +32,7 @@ {t}Home server{/t}{$must} - {html_options options=$goFonHomeServers selected=$goFonHomeServer} -- 2.30.2