diff options
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php index 9ec373a96..7eff74a66 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -83,6 +83,8 @@ class RepliesAction extends Action $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; + common_set_returnto($this->selfUrl()); + return true; } |