summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/updateprofile.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/updateprofile.php')
-rw-r--r--_darcs/pristine/actions/updateprofile.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/_darcs/pristine/actions/updateprofile.php b/_darcs/pristine/actions/updateprofile.php
index 4b4bb53a1..2cfff1b51 100644
--- a/_darcs/pristine/actions/updateprofile.php
+++ b/_darcs/pristine/actions/updateprofile.php
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/lib/omb.php');
class UpdateprofileAction extends Action {
- function handle($args) {
+ function handle($args)
+ {
parent::handle($args);
try {
common_remove_magic_from_request();
@@ -40,7 +41,8 @@ class UpdateprofileAction extends Action {
}
}
- function update_profile($req, $consumer, $token) {
+ function update_profile($req, $consumer, $token)
+ {
$version = $req->get_parameter('omb_version');
if ($version != OMB_VERSION_01) {
$this->client_error(_('Unsupported OMB version'), 400);