Replace goaway location SESSION var return_url with page as string value
This commit is contained in:
parent
23be68e74d
commit
d8780b1640
5 changed files with 8 additions and 10 deletions
|
|
@ -187,7 +187,7 @@ function events_post(App $a)
|
|||
Worker::add(PRIORITY_HIGH, "Notifier", "event", $item_id);
|
||||
}
|
||||
|
||||
goaway($_SESSION['return_url']);
|
||||
goaway('/events');
|
||||
}
|
||||
|
||||
function events_content(App $a)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue