From: hickert Date: Tue, 28 Sep 2010 06:00:56 +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=c425ad32d46d9fb070c1c8897d399da78db321e9;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@19811 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/mimetypes/main.inc b/gosa-plugins/goto/admin/mimetypes/main.inc index 210956c5c..e858c3b46 100644 --- a/gosa-plugins/goto/admin/mimetypes/main.inc +++ b/gosa-plugins/goto/admin/mimetypes/main.inc @@ -26,7 +26,6 @@ if ($remove_lock){ if(session::is_set('mimetypeManagement')){ $macl = session::get('mimetypeManagement'); $macl->remove_lock(); - session::un_set('mimetypeManagement'); } }