]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peoplesearch.php
mark a bunch of actions read-only
[quix0rs-gnu-social.git] / actions / peoplesearch.php
index 3c672c9400450051eb1964c189ca099094ca51d7..615201c461f49c8c521e1530417b9bb4fc894422 100644 (file)
@@ -109,5 +109,10 @@ class PeopleSearchResults extends ProfileList
     {
         return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }