Code

Fixed user mail tab.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Sep 2007 07:50:40 +0000 (07:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 20 Sep 2007 07:50:40 +0000 (07:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7345 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/mail/class_mailAccount.inc

index b97f6e65b57392711ea968affe3eec9547927b1e..e512206d85d6bde296d31467fb3031320ed8dcbd 100644 (file)
@@ -84,7 +84,7 @@ class mailAccount extends plugin
 
       $cls = get_correct_class_name("mailMethod$method");
       if ($cls && class_exists($cls)){
-        $this->method= "mailMethod$method";
+        $this->method= $cls;
       } else {
         print_red(sprintf(_("There is no mail method '%s' specified in your gosa.conf available."), $method));
       }