bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally removed with Piwigo 2.6
git-svn-id: http://piwigo.org/svn/trunk@30310 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4f14825bef
commit
2d75fd4579
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ $template->assign(
|
|||
array(
|
||||
'users' => $users,
|
||||
'all_users' => join(',', $user_ids),
|
||||
'ACTIVATE_COMMENTS' => $conf['activate_comments'],
|
||||
'Double_Password' => $conf['double_password_type_in_admin']
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue