From 2d695ffb51027783458806ce8b4911460ccc7a5d Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 05:47:02 +0000 Subject: [PATCH] Fixed property type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18309 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 586a8155b..90aaf37b2 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -192,7 +192,7 @@ class core extends plugin { array( "name" => "forceSSL", - "type" => "string", + "type" => "bool", "default" => "false", "description" => "The 'forceSSL' statement enables PHP security checks to force encrypted access to the web interface. GOsa will try to redirect to the same URL - just with https://", "check" => "gosaProperty::isBool", -- 2.30.2