From e28042421add487735e2f8d0e1aa91c236525e8e Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 12 Jan 2010 07:11:33 +0000 Subject: [PATCH] Fixed type to Bool git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15145 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 70e87321b..544051dd0 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -58,7 +58,7 @@ class management protected $last_dialogObject = null; // Whether to display the apply button or not - protected $displayApplyBtn = ""; + protected $displayApplyBtn = FALSE; // Whether to display a footer or not. protected $skipFooter = false; -- 2.30.2