]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/updateprofile.php
fix format string, again again
[quix0rs-gnu-social.git] / actions / updateprofile.php
index 72246dab884a4dfc5c56e43d019c0d3d0b1623b1..921e88e635408f54aa51495aa0723a172beec632 100644 (file)
@@ -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();