]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
replaced $return_url to $return_path to make it more clear that it is a relative...
[friendica.git] / mod / match.php
index 7e805d5baf4c4d9272e462f5c62a7a365bfd8549..b299619940e670385d4c54f3794d8ff25a5a9c32 100644 (file)
@@ -35,7 +35,7 @@ function match_content(App $a)
        $a->page['aside'] .= Widget::findPeople();
        $a->page['aside'] .= Widget::follow();
 
-       $_SESSION['return_url'] = System::baseUrl() . '/' . $a->cmd;
+       $_SESSION['return_path'] = $a->cmd;
 
        $r = q(
                "SELECT `pub_keywords`, `prv_keywords` FROM `profile` WHERE `is-default` = 1 AND `uid` = %d LIMIT 1",