From: hickert Date: Tue, 28 Sep 2010 06:00:44 +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=531f562463c4f98ad7f875e6282e0f492b819a9f;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@19807 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/main.inc b/gosa-core/plugins/admin/departments/main.inc index a59ca99a9..d51aeed2d 100644 --- a/gosa-core/plugins/admin/departments/main.inc +++ b/gosa-core/plugins/admin/departments/main.inc @@ -26,7 +26,6 @@ if ($remove_lock){ if(session::is_set('departmentManagement')){ $macl = session::get('departmentManagement'); $macl->remove_lock(); - session::un_set('departmentManagement'); } }