From: hickert Date: Tue, 28 Sep 2010 06:01:05 +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=96d0eb0b05cf9eca761d9e3c5a5608de9663bcb5;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@19814 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/main.inc b/gosa-plugins/rolemanagement/admin/roleManagement/main.inc index 8faaaa11a..940ee3833 100644 --- a/gosa-plugins/rolemanagement/admin/roleManagement/main.inc +++ b/gosa-plugins/rolemanagement/admin/roleManagement/main.inc @@ -26,7 +26,6 @@ if ($remove_lock){ if(session::is_set('roleManagement')){ $macl = session::get('roleManagement'); $macl->remove_lock(); - session::un_set('roleManagement'); } }