Loading lib/Controller/AccountController.php +1 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ class AccountController extends Controller { } catch (Exception $e) { echo 'username exception issue. '.$e->getMessage(); } die; } /** * Check if a username is available. Loading Loading
lib/Controller/AccountController.php +1 −0 Original line number Diff line number Diff line Loading @@ -279,6 +279,7 @@ class AccountController extends Controller { } catch (Exception $e) { echo 'username exception issue. '.$e->getMessage(); } die; } /** * Check if a username is available. Loading