From 30d939bbc772a9b8cdd9704e8034101e957ab972 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 4 Jan 2010 14:02:46 +0000 Subject: [PATCH] Updated management. - Check if mutliple edit is available before we lock entries. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15000 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index cab74fcb7..81a798b58 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -663,8 +663,8 @@ class management @DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__,$this->dns,"Edit entry initiated!"); // Now lock entries. - $tmp->lock_entries($this->ui->dn); if($tmp->multiple_available()){ + $tmp->lock_entries($this->ui->dn); $this->tabObject = $tmp; set_object_info($this->tabObject->get_object_info()); } -- 2.30.2