replaced $return_url to $return_path to make it more clear that it is a relative path to the Friendica baseurl
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ function suggest_content(App $a)
|
||||
return;
|
||||
}
|
||||
|
||||
$_SESSION['return_url'] = System::baseUrl() . '/' . $a->cmd;
|
||||
$_SESSION['return_path'] = $a->cmd;
|
||||
|
||||
$a->page['aside'] .= Widget::findPeople();
|
||||
$a->page['aside'] .= Widget::follow();
|
||||
|
||||
Reference in New Issue
Block a user