From: hickert Date: Tue, 26 Jan 2010 09:55:36 +0000 (+0000) Subject: Fixed main to support new lists X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f7dee2e72839b2e3c4420c2b4e37e9455ebb4809;p=gosa.git Fixed main to support new lists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15308 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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.= "

";