From: Evan Prodromou Date: Mon, 16 Nov 2009 16:54:50 +0000 (+0100) Subject: use return-to method for UserProfile widget X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0580e824f0d650d9f9091be131916945951faba5;p=quix0rs-gnu-social.git use return-to method for UserProfile widget --- diff --git a/lib/userprofile.php b/lib/userprofile.php index dedac5bf1b..ee205af85d 100644 --- a/lib/userprofile.php +++ b/lib/userprofile.php @@ -285,8 +285,11 @@ class UserProfile extends Widget // return-to args, so we don't have to keep re-writing them - $r2args = array('action' => 'showstream', - 'nickname' => $this->profile->nickname); + list($action, $r2args) = $this->out->returnToArgs(); + + // push the action into the list + + $r2args['action'] = $action; // block/unblock