X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffavorited.php;h=fd5ff413cbbfd9cc8f0ac478c7aa084a7c0d43ca;hb=da532bae9131b6dec8f5c0d67ce77c4ad1736f7d;hp=4155b3a234d22f036f16a77220ed71ea4b982cae;hpb=55037403c5d9ab7f73d9f8ee454ba8d33cf313dd;p=quix0rs-gnu-social.git diff --git a/actions/favorited.php b/actions/favorited.php index 4155b3a234..fd5ff413cb 100644 --- a/actions/favorited.php +++ b/actions/favorited.php @@ -104,6 +104,9 @@ class FavoritedAction extends Action { parent::prepare($args); $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; + + common_set_returnto($this->selfUrl()); + return true; }