1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02: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:
Graham Eames
2006-04-20 13:34:15 +00:00
parent ada768ba2e
commit 9fdca54c7f

View File

@@ -836,7 +836,7 @@ switch( $mode )
// Set template files // Set template files
// //
$template->set_filenames(array( $template->set_filenames(array(
"confirm" => "confirm_body.tpl") "confirm" => "admin/confirm_body.tpl")
); );
$template->assign_vars(array( $template->assign_vars(array(