mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #590, "history" menu goes to current month
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user