mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
**** ERROR ON COMMIT ***
Commit including test code! Resolved Issue ID 0000356: o Increase security on adviser mode First modifications of n modifications. All the others modifications will be done on BSF branch. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1570 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -49,8 +49,7 @@ $template->assign_vars(
|
||||
'LANG'=>$lang_info['code'],
|
||||
'DIR'=>$lang_info['direction'],
|
||||
|
||||
// 'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '')
|
||||
'TAG_INPUT_ENABLED' => ((is_adviser()) ? '' : '')
|
||||
'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '')
|
||||
));
|
||||
|
||||
// refresh
|
||||
|
||||
Reference in New Issue
Block a user