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

gosa-plugins/gofon/gofon/macro/main.inc

index ee36038086aa999b1807d43ee89f59c584d55be6..13acb354ab209c33ed2378e7b3d509e90add31fa 100644 (file)
@@ -26,7 +26,6 @@ if ($remove_lock){
     if(session::is_set('goFonMacro')){
         $macl = session::get('goFonMacro');
         $macl->remove_lock();
-        session::un_set('goFonMacro');
     }
 }