We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdc664 commit b1d7736Copy full SHA for b1d7736
1 file changed
web/list/notifications/index.php
@@ -28,7 +28,7 @@
28
$data = array_reverse($data,true);
29
30
// Render page
31
-render_page($url, $TAB, '*/list_notifications');
+render_page($user, $TAB, '*/list_notifications');
32
33
// Back uri
34
$_SESSION['back'] = $_SERVER['REQUEST_URI'];
0 commit comments