From c017100a8e7c56bd8687b9b91e90ced339485fe9 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Dec 2005 12:49:34 +0000 Subject: [PATCH] Some changes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/class_groupManagement.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 877cde3ca..e8e028bc9 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -235,7 +235,10 @@ class groupManagement extends plugin /* Check locking, save current plugin in 'back_plugin', so the dialog knows where to return. */ - if (($user= get_lock($this->dn)) != ""){ + + $user = get_lock($this->dn); + + if ($user != ""){ return(gen_locked_message ($user, $this->dn)); } -- 2.30.2