mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
It should use the other template file [#1580]
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5808 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ada768ba2e
commit
9fdca54c7f
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ switch( $mode )
|
|||
// Set template files
|
||||
//
|
||||
$template->set_filenames(array(
|
||||
"confirm" => "confirm_body.tpl")
|
||||
"confirm" => "admin/confirm_body.tpl")
|
||||
);
|
||||
|
||||
$template->assign_vars(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue