X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fuserprofile.php;h=ee205af85df86284feb3286398971bf744547aea;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=dedac5bf1bfd2188d8819cc4a38764be1d7c997b;hpb=a723cc979b5f93d6b688c5d19522cb27fa6c17eb;p=quix0rs-gnu-social.git 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