mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
Issue 578
User guest must be real user Step 1: guest is a real user On next commit, I finish installation and use of guest of user list and group git-svn-id: http://piwigo.org/svn/trunk@1926 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -35,7 +35,7 @@ include_once(PHPWG_ROOT_PATH.'profile.php');
|
||||
$errors = array();
|
||||
if ( !is_adviser() )
|
||||
{
|
||||
save_profile_from_post( $edit_user, $errors);
|
||||
save_profile_from_post($edit_user, $errors);
|
||||
}
|
||||
|
||||
load_profile_in_template(
|
||||
@@ -43,7 +43,7 @@ load_profile_in_template(
|
||||
get_root_url().'admin.php?page=user_list',
|
||||
$edit_user
|
||||
);
|
||||
$page['errors'] = array_merge($page['errors'], $errors );
|
||||
$page['errors'] = array_merge($page['errors'], $errors);
|
||||
|
||||
$template->set_filename('profile', 'admin/profile.tpl');
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'profile');
|
||||
|
||||
Reference in New Issue
Block a user