andre 2 năm trước cách đây
mục cha
commit
2e85b1edf0
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      app/UI/Client/EmailAlias/Pages/Aliases.php

+ 1 - 2
app/UI/Client/EmailAlias/Pages/Aliases.php

@@ -156,8 +156,7 @@ class Aliases extends DataTable implements ClientArea
             return ['error' => $error->getMessage()];
         }
         foreach($domains as $maildomain) {
-//            if(($maildomain['name']) === $this->getWhmcsParamByKey('domain')){ 
-            if(($maildomain['name']) === 'curarex.ch'){ 
+            if(($maildomain['name']) === $this->getWhmcsParamByKey('domain')){ 
                 $this->maildomainID = $maildomain['id'];
                 $this->maildomain = $maildomain['name'];
             }