From f7dee2e72839b2e3c4420c2b4e37e9455ebb4809 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 26 Jan 2010 09:55:36 +0000 Subject: [PATCH] Fixed main to support new lists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15308 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/main.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/personal/posix/main.inc b/gosa-core/plugins/personal/posix/main.inc index cce612acf..3f0a09e31 100644 --- a/gosa-core/plugins/personal/posix/main.inc +++ b/gosa-core/plugins/personal/posix/main.inc @@ -110,7 +110,7 @@ if ( $cleanup ){ } /* Show page footer depending on the mode */ - if (!$posixAccount->group_dialog && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){ + if (!$posixAccount->groupSelect && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){ $display.= "

"; -- 2.30.2