diff options
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; } |