From: hickert Date: Tue, 28 Sep 2010 06:00:38 +0000 (+0000) Subject: Fixed locking problems, we couldnĀ“t edit anyway if an entry was locked. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=193d4928d310c707913dd293a82cfb87209b22c3;p=gosa.git Fixed locking problems, we couldnĀ“t edit anyway if an entry was locked. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19805 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/main.inc b/gosa-core/plugins/admin/acl/main.inc index 24631780c..0a2da3208 100644 --- a/gosa-core/plugins/admin/acl/main.inc +++ b/gosa-core/plugins/admin/acl/main.inc @@ -26,7 +26,6 @@ if ($remove_lock){ if(session::is_set('aclManagement')){ $macl = session::get('aclManagement'); $macl->remove_lock(); - session::un_set('aclManagement'); } }