diff --git a/web/list/notifications/index.php b/web/list/notifications/index.php index 0bc0aa4f9..8dc5cfad9 100644 --- a/web/list/notifications/index.php +++ b/web/list/notifications/index.php @@ -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'];