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:
Louis
2020-11-05 16:39:07 +01:00
parent 712bf84d16
commit 0ae47f786e
+6
View File
@@ -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'));