Correct arguments passed to render_page

This commit is contained in:
Flat 2016-07-02 21:04:04 +09:00
commit b1d7736612

View file

@ -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'];