From 96b6d174e494707f718b6fe18172ca560a8cdcb6 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 30 Nov 2010 08:16:40 +0000 Subject: [PATCH] Disabled reloading of preference tab git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20412 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/addons/propertyEditor/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/addons/propertyEditor/main.inc b/gosa-core/plugins/addons/propertyEditor/main.inc index c449889c9..003e26e31 100644 --- a/gosa-core/plugins/addons/propertyEditor/main.inc +++ b/gosa-core/plugins/addons/propertyEditor/main.inc @@ -32,8 +32,8 @@ if ($remove_lock){ */ if ( $cleanup ){ if (session::is_set('propertyEditor')){ + #session::un_set('propertyEditor'); } - session::un_set('propertyEditor'); }else{ -- 2.30.2