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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user