mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +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@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -320,7 +320,7 @@ switch ($page['section'])
|
||||
}
|
||||
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');
|
||||
|
||||
$errors = array();
|
||||
|
||||
Reference in New Issue
Block a user