mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,
not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5995 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -329,7 +329,7 @@ switch ($page['section'])
|
||||
if (save_profile_from_post($edit_user, $errors))
|
||||
{
|
||||
// Reload user
|
||||
$edit_user = build_user($conf['default_user_id'], false);
|
||||
$edit_user = build_user($conf['guest_id'], false);
|
||||
array_push($page['infos'], l10n('Information data registered in database'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user