mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
bug:3122
removed admin files profile.tpl and profile_content.tpl, integrated in configuration.tpl take into account default_user_id with a message prefix for template var, to avoid overwriting of already existing vars especially in admin panel git-svn-id: http://piwigo.org/svn/trunk@29221 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
557fccb9a1
commit
416233c2e4
6 changed files with 76 additions and 116 deletions
|
@ -419,7 +419,8 @@ switch ($page['section'])
|
|||
load_profile_in_template(
|
||||
$action,
|
||||
'',
|
||||
$edit_user
|
||||
$edit_user,
|
||||
'GUEST_'
|
||||
);
|
||||
$template->assign('default', array());
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue