summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 920fb5b)
raw | patch | inline | side by side (parent: 920fb5b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 20 Sep 2007 07:50:40 +0000 (07:50 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index b97f6e65b57392711ea968affe3eec9547927b1e..e512206d85d6bde296d31467fb3031320ed8dcbd 100644 (file)
$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));
}