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:
parent
6e67764dd0
commit
f117dbe378
1 changed files with 1 additions and 1 deletions
|
|
@ -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'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue