瀏覽代碼

Correct arguments passed to render_page

Flat 9 年之前
父節點
當前提交
b1d7736612
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/list/notifications/index.php

+ 1 - 1
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'];