bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,
not the default user settings. git-svn-id: http://piwigo.org/svn/trunk@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
53f66ba4ef
commit
6e67764dd0
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ switch ($page['section'])
|
||||||
}
|
}
|
||||||
case 'default' :
|
case 'default' :
|
||||||
{
|
{
|
||||||
$edit_user = build_user($conf['default_user_id'], false);
|
$edit_user = build_user($conf['guest_id'], false);
|
||||||
include_once(PHPWG_ROOT_PATH.'profile.php');
|
include_once(PHPWG_ROOT_PATH.'profile.php');
|
||||||
|
|
||||||
$errors = array();
|
$errors = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue