Explorar o código

finish createAccount, add email for quota warnings

andre %!s(int64=2) %!d(string=hai) anos
pai
achega
aafd6c54f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;