]> 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 0889ad08283320f16e4785181f260227953e9d53..921e88e635408f54aa51495aa0723a172beec632 100644 (file)
@@ -22,9 +22,11 @@ if (!defined('LACONICA')) { exit(1); }
 require_once(INSTALLDIR.'/lib/omb.php');
 
 class UpdateprofileAction extends Action {
+       
        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();