Code

Fixed property type
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 05:47:02 +0000 (05:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 05:47:02 +0000 (05:47 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18309 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index 586a8155ba21ec20b7d088a3f071281e0df2fbf3..90aaf37b2f0d3b39e3797181b63f5a078ede2633 100644 (file)
@@ -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",