diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 01:07:09 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-06 01:07:09 -0500 |
commit | d3ff8bfec63db1648e6336924030255904a6eeb5 (patch) | |
tree | a577662c6e6f9deebe3e13f7aeefc81d8b75f00f /actions/favorited.php | |
parent | c47bfcef652326d04f08a3f57c395961e74da089 (diff) | |
parent | d51be320caf9371d3b45b231e7c6de61c67d9068 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/favorited.php')
-rw-r--r-- | actions/favorited.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/favorited.php b/actions/favorited.php index 4155b3a23..fd5ff413c 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; } |