X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_core.inc;h=6f9df0b45fcf17070a033a4d538a7f4ec65cf0b5;hb=9566dc068208034acf0da2630a7efbb5a370f191;hp=94440a9afbd119718f29d109265776ab95703585;hpb=90ae103941738c97b225a755900edfbe2155c6fd;p=gosa.git diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 94440a9af..6f9df0b45 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -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),