X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fupdateprofile.php;h=921e88e635408f54aa51495aa0723a172beec632;hb=c55e3089c555c0a9f12b997f25b7f4f397a0e2c6;hp=72246dab884a4dfc5c56e43d019c0d3d0b1623b1;hpb=038f762bce95323ac929b0635cceb7f9425527ec;p=quix0rs-gnu-social.git diff --git a/actions/updateprofile.php b/actions/updateprofile.php index 72246dab88..921e88e635 100644 --- a/actions/updateprofile.php +++ b/actions/updateprofile.php @@ -22,14 +22,11 @@ if (!defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/omb.php'); class UpdateprofileAction extends Action { - - function is_readonly() { - return false; - } function handle($args) { parent::handle($args); try { + common_remove_magic_from_request(); $req = OAuthRequest::from_request(); # Note: server-to-server function! $server = omb_oauth_server();