From: hickert Date: Tue, 28 Sep 2010 06:00:52 +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=98b8f93bc4a185f5da0e6ebf9650c96e27caccb9;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@19810 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/groups/main.inc b/gosa-core/plugins/admin/groups/main.inc index a4b903d55..586d3e38c 100644 --- a/gosa-core/plugins/admin/groups/main.inc +++ b/gosa-core/plugins/admin/groups/main.inc @@ -26,7 +26,6 @@ if ($remove_lock){ if(session::is_set('groupManagement')){ $macl = session::get('groupManagement'); $macl->remove_lock(); - session::un_set('groupManagement'); } }