X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeoplesearch.php;h=615201c461f49c8c521e1530417b9bb4fc894422;hb=6b5fb0ab7d8c2e982052a48270e882e7f7379743;hp=3c672c9400450051eb1964c189ca099094ca51d7;hpb=8a65c5175c3b734d4c53d6a3c3af51c5a645dff2;p=quix0rs-gnu-social.git diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 3c672c9400..615201c461 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -109,5 +109,10 @@ class PeopleSearchResults extends ProfileList { return preg_replace($this->pattern, '\\1', htmlspecialchars($text)); } + + function isReadOnly() + { + return true; + } }