mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -07:00
Correct arguments passed to render_page
This commit is contained in:
parent
3cdc664122
commit
b1d7736612
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $data = json_decode(implode('', $output), true);
|
|||
$data = array_reverse($data,true);
|
||||
|
||||
// Render page
|
||||
render_page($url, $TAB, '*/list_notifications');
|
||||
render_page($user, $TAB, '*/list_notifications');
|
||||
|
||||
// Back uri
|
||||
$_SESSION['back'] = $_SERVER['REQUEST_URI'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue