From 62f13d0e9783098be80dee530ddbadb655ddcc3d Mon Sep 17 00:00:00 2001 From: Carlos Proensa Date: Mon, 27 Mar 2017 14:22:43 +0200 Subject: [PATCH] User timeline uses current project selection Make timeline show events for current project selection, in the same way implemented in "my view page" --- view_user_page.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/view_user_page.php b/view_user_page.php index 00bb9e1d61..2ddd3b11c5 100644 --- a/view_user_page.php +++ b/view_user_page.php @@ -161,8 +161,6 @@ $g_timeline_filter[FILTER_PROPERTY_HIDE_STATUS] = array( META_FILTER_NONE ); $g_timeline_filter = filter_ensure_valid_filter( $g_timeline_filter ); $g_timeline_user = $f_user_id; - # Override current project, to let timeline show events for all-projects - $g_project_override = ALL_PROJECTS; ?>