]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupsearch.php
Updated config.php.sample with example Tag URI configs
[quix0rs-gnu-social.git] / actions / groupsearch.php
index 66f5c87b3fe670872a72e9e08dbe83cfc14a3c0d..9b0026db949c60cb7b77a5964792141e6c97e791 100644 (file)
@@ -103,5 +103,10 @@ class GroupSearchResults extends GroupList
     {
         return preg_replace($this->pattern, '<strong>\\1</strong>', htmlspecialchars($text));
     }
+
+    function isReadOnly()
+    {
+        return true;
+    }
 }