]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AnonymousFave/AnonymousFavePlugin.php
Remove debugging statements
[quix0rs-gnu-social.git] / plugins / AnonymousFave / AnonymousFavePlugin.php
index 47eebef9bae187b3dbb064296bb1c088ca173b4a..72093e7f7e70efbff4bbe9ef46cb177c1415b298 100644 (file)
@@ -216,7 +216,7 @@ class AnonymousFavePlugin extends Plugin {
         $id = $profile->insert();
 
         if (!$id) {
-            throw new ServerException(_m("Couldn't create anonymous user session"));
+            throw new ServerException(_m("Couldn't create anonymous user session."));
         }
 
         // Stick the Profile ID into the nickname
@@ -226,7 +226,7 @@ class AnonymousFavePlugin extends Plugin {
         $result = $profile->update($orig);
 
         if (!$result) {
-            throw new ServerException(_m("Couldn't create anonymous user session"));
+            throw new ServerException(_m("Couldn't create anonymous user session."));
         }
 
         common_log(