mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
issue #1214 re-added some var
re-added the variables ACTIVATE COMMENTS and Double_Password that were deleetd in the previous commit
This commit is contained in:
@@ -46,6 +46,12 @@ while ($row = pwg_db_fetch_assoc($result))
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | template |
|
||||
// +-----------------------------------------------------------------------+
|
||||
$template->assign(
|
||||
array(
|
||||
'ACTIVATE_COMMENTS' => $conf['activate_comments'],
|
||||
'Double_Password' => $conf['double_password_type_in_admin']
|
||||
)
|
||||
);
|
||||
|
||||
$template->set_filenames(array('user_list'=>'user_list.tpl'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user