]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/registeruser.php
move useractivitystream class to its own module
[quix0rs-gnu-social.git] / scripts / registeruser.php
index 8aab325b797f94a3413a19b322a364010d0771c8..5d9c8862daf8f1d93681bb8a2bc8f3d47eb757b1 100644 (file)
@@ -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.");
         }
     }