From 415873845f6468495be3cf8fda4469a0f766baab Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 16 Mar 2010 13:33:06 +0000 Subject: [PATCH] Reenabled caching git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16637 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../environment/hotplugSelect/class_hotplugSelect.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc b/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc index ed2b8f004..1d3c3b515 100644 --- a/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc +++ b/gosa-plugins/goto/personal/environment/hotplugSelect/class_hotplugSelect.inc @@ -33,13 +33,13 @@ class hotplugSelect extends management $this->storagePoints = array(get_ou("deviceRDN")); -# // Build filter - # if (session::global_is_set(get_class($this)."_filter")){ - # $filter= session::global_get(get_class($this)."_filter"); - # } else { + // Build filter + if (session::global_is_set(get_class($this)."_filter")){ + $filter= session::global_get(get_class($this)."_filter"); + } else { $filter = new filter(get_template_path("selectHotplug-filter.xml", true, dirname(__FILE__))); $filter->setObjectStorage($this->storagePoints); - #} + } $this->setFilter($filter); // Build headpage -- 2.30.2