From: hickert Date: Thu, 12 May 2005 07:44:29 +0000 (+0000) Subject: schemaname for missing objektclass in setup inserted X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34f274fe413ad260298f125b57feabd3080fc906;p=gosa.git schemaname for missing objektclass in setup inserted git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@195 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/setup_checks.inc b/include/setup_checks.inc index 1e496df47..cc57dc45f 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -178,7 +178,7 @@ function schema_check($server, $admin, $password,$aff=0) $messages['kolab']= _("Support for Kolab disabled, no schema seems to be installed, setting mail-method to cyrus"); $tmp = array_flip($_SESSION['ldapconf']['mail_methods']); $_SESSION['ldapconf']['mail']=$tmp['cyrus']; - $affich['kolab']=$messages['kolab'].""; + $affich['kolab']=$messages['kolab']."kolab2.schema"; }else{$affich['kolab']=_("Support for Kolab enabledgofon.schema");}