Code

Prepared statistics to print password changes over time
[gosa.git] / gosa-core / include / class_core.inc
index 94440a9afbd119718f29d109265776ab95703585..6f9df0b45fcf17070a033a4d538a7f4ec65cf0b5 100644 (file)
@@ -249,11 +249,11 @@ class core extends plugin {
                             "mandatory"     => TRUE),
 
                         array(
-                                "name"          => "statsDatabaseFile",
-                                "type"          => "file",
+                                "name"          => "statsDatabaseDirectory",
+                                "type"          => "path",
                                 "default"       => "/var/spool/gosa/stats",
                                 "description"   => _("The database file for GOSa usage statistics."),
-                                "check"         => "gosaProperty::isWriteableFile",
+                                "check"         => "gosaProperty::isWriteablePath",
                                 "migrate"       => "",
                                 "group"         => "core",
                                 "mandatory"     => TRUE),