From b1d7736612ba33a79743a88c40c888266f24742a Mon Sep 17 00:00:00 2001 From: Flat Date: Sat, 2 Jul 2016 21:04:04 +0900 Subject: [PATCH] Correct arguments passed to render_page --- web/list/notifications/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];