X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fregisteruser.php;h=5d9c8862daf8f1d93681bb8a2bc8f3d47eb757b1;hb=1ceb93cce483794582f1a928de27592acb4f89cf;hp=8aab325b797f94a3413a19b322a364010d0771c8;hpb=0ab17f382b9993ada3d12d4cdace72cca53fb545;p=quix0rs-gnu-social.git diff --git a/scripts/registeruser.php b/scripts/registeruser.php index 8aab325b79..5d9c8862da 100644 --- a/scripts/registeruser.php +++ b/scripts/registeruser.php @@ -60,7 +60,7 @@ try { 'fullname' => $fullname)); if (empty($user)) { - throw new Exception("Cannot register user '$nickname' with password '$password' and fullname '$fullname'."); + throw new Exception("Can't register user '$nickname' with password '$password' and fullname '$fullname'."); } if (!empty($email)) { @@ -71,7 +71,7 @@ try { if (!$user->updateKeys($orig)) { print "Failed!\n"; - throw new Exception("Cannot update email address."); + throw new Exception("Can't update email address."); } }