From: hickert Date: Tue, 11 May 2010 05:47:02 +0000 (+0000) Subject: Fixed property type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d695ffb51027783458806ce8b4911460ccc7a5d;p=gosa.git Fixed property type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18309 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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",