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
@@ -99,7 +99,7 @@ function manage_post(App $a) {
|
||||
unset($_SESSION['theme']);
|
||||
unset($_SESSION['mobile-theme']);
|
||||
unset($_SESSION['page_flags']);
|
||||
unset($_SESSION['return_url']);
|
||||
unset($_SESSION['return_path']);
|
||||
if (x($_SESSION, 'submanage')) {
|
||||
unset($_SESSION['submanage']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user