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 /lib | |
parent | c47bfcef652326d04f08a3f57c395961e74da089 (diff) | |
parent | d51be320caf9371d3b45b231e7c6de61c67d9068 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mailbox.php | 2 | ||||
-rw-r--r-- | lib/personal.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php index 8d5d44e49..e8323dc28 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -63,6 +63,8 @@ class MailboxAction extends PersonalAction $this->page = 1; } + common_set_returnto($this->selfUrl()); + return true; } diff --git a/lib/personal.php b/lib/personal.php index 900df0257..e46350c63 100644 --- a/lib/personal.php +++ b/lib/personal.php @@ -55,7 +55,6 @@ class PersonalAction extends Action function handle($args) { parent::handle($args); - common_set_returnto($this->selfUrl()); } } |