From 3a16defc774e8f7a75fedad290c72087fe6e12f8 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 7 Aug 2007 10:05:44 +0000 Subject: [PATCH] Implemented new get_languages function to faxacoount git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6981 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofax/faxaccount/class_gofaxAccount.inc | 2 +- plugins/gofax/faxaccount/generic.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gofax/faxaccount/class_gofaxAccount.inc b/plugins/gofax/faxaccount/class_gofaxAccount.inc index 55c115905..ed66cd3b6 100644 --- a/plugins/gofax/faxaccount/class_gofaxAccount.inc +++ b/plugins/gofax/faxaccount/class_gofaxAccount.inc @@ -572,7 +572,7 @@ class gofaxAccount extends plugin /* Show main page */ - $smarty->assign("languages", $this->config->data['MAIN']['LANGUAGES']); + $smarty->assign("languages", get_languages()); $smarty->assign("formats", $this->config->data['MAIN']['FAXFORMATS']); $smarty->assign("printers", $this->printerList); diff --git a/plugins/gofax/faxaccount/generic.tpl b/plugins/gofax/faxaccount/generic.tpl index 87a5b0acb..8fd4b5f86 100644 --- a/plugins/gofax/faxaccount/generic.tpl +++ b/plugins/gofax/faxaccount/generic.tpl @@ -16,7 +16,7 @@ -- 2.30.2