mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -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);
|
$data = array_reverse($data,true);
|
||||||
|
|
||||||
// Render page
|
// Render page
|
||||||
render_page($url, $TAB, '*/list_notifications');
|
render_page($user, $TAB, '*/list_notifications');
|
||||||
|
|
||||||
// Back uri
|
// Back uri
|
||||||
$_SESSION['back'] = $_SERVER['REQUEST_URI'];
|
$_SESSION['back'] = $_SERVER['REQUEST_URI'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue