mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1152 unset last_visit columns from default_user
This commit is contained in:
@@ -724,6 +724,8 @@ SELECT *
|
||||
unset($cache['default_user']['user_id']);
|
||||
unset($cache['default_user']['status']);
|
||||
unset($cache['default_user']['registration_date']);
|
||||
unset($cache['default_user']['last_visit']);
|
||||
unset($cache['default_user']['last_visit_from_history']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user