fixes #590, "history" menu goes to current month

This commit is contained in:
plegall
2017-01-27 16:49:40 +01:00
parent 6ec3f2d0fa
commit 32ca0a088d

View File

@@ -174,7 +174,7 @@ $template->assign(
'USERNAME' => $user['username'],
'ENABLE_SYNCHRONIZATION' => $conf['enable_synchronization'],
'U_SITE_MANAGER'=> $link_start.'site_manager',
'U_HISTORY_STAT'=> $link_start.'stats',
'U_HISTORY_STAT'=> $link_start.'stats&year='.date('Y').'&month='.date('n'),
'U_FAQ'=> $link_start.'help',
'U_SITES'=> $link_start.'remote_site',
'U_MAINTENANCE'=> $link_start.'maintenance',