X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fxrds.php;h=1d516aab72e78d6681e7b6d614f71810fc146eb5;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=70a18a6b9ba37b1ea4405646222662885e04d2a5;hpb=87b494f1ebbe7640d194ef322af12fdf378295df;p=quix0rs-gnu-social.git diff --git a/actions/xrds.php b/actions/xrds.php index 70a18a6b9b..1d516aab72 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -23,6 +23,10 @@ require_once(INSTALLDIR.'/lib/omb.php'); class XrdsAction extends Action { + function is_readonly() { + return true; + } + function handle($args) { parent::handle($args); $nickname = $this->trimmed('nickname');