X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupsearch.php;h=9b0026db949c60cb7b77a5964792141e6c97e791;hb=5caeeabfc266985c8ac2cc19a2143092f9e1b5fd;hp=66f5c87b3fe670872a72e9e08dbe83cfc14a3c0d;hpb=aa100884fbfb7f14613f402b5eabdcd9637faf57;p=quix0rs-gnu-social.git diff --git a/actions/groupsearch.php b/actions/groupsearch.php index 66f5c87b3f..9b0026db94 100644 --- a/actions/groupsearch.php +++ b/actions/groupsearch.php @@ -103,5 +103,10 @@ class GroupSearchResults extends GroupList { return preg_replace($this->pattern, '\\1', htmlspecialchars($text)); } + + function isReadOnly() + { + return true; + } }