]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/xmppconfirmhandler.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / scripts / xmppconfirmhandler.php
index f5f824dee20a7f7cc619071ee24dbb5bcbaae79c..c7ed15e495ce05fa86de8dddb2a744f89d5aac4f 100755 (executable)
@@ -69,7 +69,7 @@ class XmppConfirmHandler extends XmppQueueHandler
                     continue;
                 } else {
                     $this->log(LOG_INFO, 'Confirmation sent for ' . $confirm->address);
-                    # Mark confirmation sent; need a dupe so we do not have the WHERE clause
+                    # Mark confirmation sent; need a dupe so we don't have the WHERE clause
                     $dupe = Confirm_address::staticGet('code', $confirm->code);
                     if (!$dupe) {
                         common_log(LOG_WARNING, 'Could not refetch confirm', __FILE__);