diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-02-05 16:16:10 -0800 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-02-05 16:16:10 -0800 |
commit | ab82978b2d67545a9cd7bfc80837798212cff31b (patch) | |
tree | 27f1099827310661fb726ceefd6a8040436d1d58 /actions/all.php | |
parent | 8c8feb59b57ccf78589b9ab8a64f6195d226a568 (diff) |
Trac #894 and #1013 - fixed bad redirects after delete notice
Diffstat (limited to 'actions/all.php')
-rw-r--r-- | actions/all.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/all.php b/actions/all.php index b03ad7ec3..d75d1b946 100644 --- a/actions/all.php +++ b/actions/all.php @@ -42,6 +42,9 @@ class AllAction extends Action if (!$this->page) { $this->page = 1; } + + common_set_returnto($this->selfUrl()); + return true; } |