Code

Added property class to get_cfg_requests
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:04:47 +0000 (10:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:04:47 +0000 (10:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18132 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/uw-imap/personal/mail/uw-imap/class_mail-methods-uwimap.inc

index 4aa558c56dc93b65e4f7ea36c6264249aab012ba..d642974c1126aee9976e3727f14530c6f6fc7c8a 100644 (file)
@@ -57,7 +57,7 @@ class mailMethodUwimap extends mailMethod{
 
     /* Check for required PROCMAIL_PATH configuration 
      */
-    if($this->config->get_cfg_value("procMailPath","") == ""){
+    if($this->config->get_cfg_value("core","procMailPath","") == ""){
       msg_dialog::display(_("Configuration error"),msgPool::invalidConfigurationAttribute("procMailPath"), ERROR_DIALOG);
       $this->procmaildir = "";
     }else{