summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 252b109)
raw | patch | inline | side by side (parent: 252b109)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Dec 2008 08:38:05 +0000 (08:38 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 Dec 2008 08:38:05 +0000 (08:38 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13227 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/class_mailAccount.inc b/gosa-plugins/mail/personal/mail/class_mailAccount.inc
index 42e68ba2e4ca870e11dabc6b16a812bb49c2e3b5..e1828cd5f3ffe09c3d9039efb7ff78684b12b0ac 100644 (file)
$server = $this->gosaMailServer;
plugin::save_object();
- if(!$this->mailMethod->isModifyableServer() && $this->initially_was_account)){
+ if(!$this->mailMethod->isModifyableServer() && $this->initially_was_account){
$this->gosaMailServer = $server;
}