From: hickert Date: Mon, 4 Jan 2010 14:43:17 +0000 (+0000) Subject: Enabled filter session storage, X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8f7a0e8f3b9da814bb87fecaee828b365dc17440;p=gosa.git Enabled filter session storage, git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15006 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc index 119520960..56666669c 100644 --- a/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc +++ b/gosa-plugins/gofon/gofon/conference/class_phoneConferenceManagment.inc @@ -3,7 +3,7 @@ * This code is part of GOsa (http://www.gosa-project.org) * Copyright (C) 2003-2008 GONICUS GmbH * - * ID: $$Id: class_roleManagement.inc 14742 2009-11-04 13:18:33Z hickert $$ + * ID: $$Id: class_phoneConferenceManagment.inc 14742 2009-11-04 13:18:33Z hickert $$ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -41,12 +41,12 @@ class phoneConferenceManagment extends management $this->storagePoints = array(get_ou("phoneConferenceRDN")); // Build filter -# if (session::global_is_set(get_class($this)."_filter")){ - # $filter= session::global_get(get_class($this)."_filter"); - # } else { + if (session::global_is_set(get_class($this)."_filter")){ + $filter= session::global_get(get_class($this)."_filter"); + } else { $filter = new filter(get_template_path("conf-filter.xml", true)); $filter->setObjectStorage($this->storagePoints); - # } + } $this->setFilter($filter); // Build headpage