Code

Fixed locking problems, we couldnĀ“t edit anyway if an entry was locked.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Sep 2010 06:00:41 +0000 (06:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Sep 2010 06:00:41 +0000 (06:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19806 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/main.inc

index 6511c3bc981db39deea31a5a732b3db88c2dc633..73fc090ade594faaa4ec615589056c3936b9196d 100644 (file)
@@ -26,7 +26,6 @@ if ($remove_lock){
     if(session::is_set('applicationManagement')){
         $macl = session::get('applicationManagement');
         $macl->remove_lock();
-        session::un_set('applicationManagement');
     }
 }