From 0daac66a9730841e3965852732fc811ab8b8b629 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 26 Jan 2010 13:00:52 +0000 Subject: [PATCH] Updated main to support list modifications git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15315 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 3f0a09e31..5f817c340 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->groupSelect && !$posixAccount->show_ws_dialog && $posixAccount->is_account && empty($lock_msg)){ + if (!$posixAccount->groupSelect && !$posixAccount->trustSelect && $posixAccount->is_account && empty($lock_msg)){ $display.= "

"; -- 2.30.2