Code

Fixed type to Bool
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 07:11:33 +0000 (07:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 07:11:33 +0000 (07:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15145 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 70e87321bf9f310f7ef5b46097076b2b76a4bb45..544051dd06b291e088e3f49a374b0a6346009824 100644 (file)
@@ -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;