summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e493d90)
raw | patch | inline | side by side (parent: e493d90)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 11:06:03 +0000 (11:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Mar 2008 11:06:03 +0000 (11:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9733 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/admin/groups/mail/class_groupMail.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc b/gosa-plugins/mail/admin/groups/mail/class_groupMail.inc
index e192a00a39dc10144674d4592ac390311b6ce07d..f5b48722ea0c2f3ef82d94f3cd598e4da45aefca 100644 (file)
/* Check rejectsize for integer */
if ($this->gosaMailMaxSize != '' && $this->acl_is_writeable("gosaMailQuota")){
if (!is_numeric($this->gosaMailMaxSize)){
- $message[]= msgPool::msgPool::invalid(_("Mail max size"));
+ $message[]= msgPool::invalid(_("Mail max size"));
} else {
$this->gosaMailMaxSize= (int) $this->gosaMailMaxSize;
}