]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/search_engines.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / lib / search_engines.php
index 82713235c945bbb5c65676c84b59c2e1a91a5e13..69f6ff468edf0ac66a8cf182a2fd0d1841b9a443 100644 (file)
@@ -119,7 +119,7 @@ class MySQLSearch extends SearchEngine
             return true;
         } else if ('identica_notices' === $this->table) {
 
-            // Do not show imported notices
+            // Don't show imported notices
             $this->target->whereAdd('notice.is_local != ' . Notice::GATEWAY);
 
             if (strtolower($q) != $q) {