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:47 +0000 (06:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 28 Sep 2010 06:00:47 +0000 (06:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19808 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index b3b2b58d51ef310600f49377a1287fb3d6d6e44d..81f4aef963d6d9125651827d94dfd02b18ae00c4 100644 (file)
@@ -26,7 +26,6 @@ if ($remove_lock){
     if(session::is_set('deviceManagement')){
         $macl = session::get('deviceManagement');
         $macl->remove_lock();
-        session::un_set('deviceManagement');
     }
 }