Code

Fixed braket
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 Dec 2008 08:38:05 +0000 (08:38 +0000)
committerhickert <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

index 42e68ba2e4ca870e11dabc6b16a812bb49c2e3b5..e1828cd5f3ffe09c3d9039efb7ff78684b12b0ac 100644 (file)
@@ -501,7 +501,7 @@ class mailAccount extends plugin
       $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;
       }