Skip to content

Commit b1d7736

Browse files
committed
Correct arguments passed to render_page
1 parent 3cdc664 commit b1d7736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list/notifications/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$data = array_reverse($data,true);
2929

3030
// Render page
31-
render_page($url, $TAB, '*/list_notifications');
31+
render_page($user, $TAB, '*/list_notifications');
3232

3333
// Back uri
3434
$_SESSION['back'] = $_SERVER['REQUEST_URI'];

0 commit comments

Comments
 (0)