summaryrefslogtreecommitdiff
path: root/actions/noticesearch.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-06 06:28:14 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-06 06:28:14 +0000
commita6cf3a2fb3b150cba06143f6a744a49a0cf91e83 (patch)
tree98c6ad8d94f578602e52a4736b1e5efa62d1c3db /actions/noticesearch.php
parentac23321a4039eeffe2d7fedf2a45504b97b49b70 (diff)
parentd3ff8bfec63db1648e6336924030255904a6eeb5 (diff)
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r--actions/noticesearch.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index 630fb8857..c0c238120 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -48,6 +48,16 @@ require_once INSTALLDIR.'/lib/searchaction.php';
*/
class NoticesearchAction extends SearchAction
{
+
+ function prepare($args)
+ {
+ parent::prepare($args);
+
+ common_set_returnto($this->selfUrl());
+
+ return true;
+ }
+
/**
* Get instructions
*