Преглед изворни кода

finish createAccount, add email for quota warnings

andre пре 2 година
родитељ
комит
aafd6c54f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Http/Actions/CreateAccount.php

+ 1 - 1
app/Http/Actions/CreateAccount.php

@@ -89,7 +89,7 @@ class CreateAccount extends AddonController
             return ['error' => $error->getMessage()];
         }             
 
-        // check and calculate limits
+        // check, calculate & update limits
         $productManager = new ProductManager();
         $configOption = new ConfigOptionsHelper;
         $updateLimit = new UpdateLimit;