summaryrefslogtreecommitdiff
path: root/actions/updateprofile.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2008-09-04 02:55:04 -0400
committerCiaranG <ciaran@ciarang.com>2008-09-04 02:55:04 -0400
commitfff677e6c45f259d4dcc3c4985f71f420060042b (patch)
treeb429c77afba439b4d99390746e8187710c29c6d8 /actions/updateprofile.php
parent4d1528734d840e2da0d9b24c18d739cd6d70853e (diff)
Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567)
darcs-hash:20080904065504-f6e2c-f0c770f52624e7151a93f2ed2b8813657ca88c14.gz
Diffstat (limited to 'actions/updateprofile.php')
-rw-r--r--actions/updateprofile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/updateprofile.php b/actions/updateprofile.php
index 7e604f6b1..921e88e63 100644
--- a/actions/updateprofile.php
+++ b/actions/updateprofile.php
@@ -26,6 +26,7 @@ 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();