mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Fix fail to download bug, thanks Peter (vanhell)
git-svn-id: file:///svn/phpbb/trunk@2133 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3b6c903302
commit
def0b0e19a
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ switch( $mode )
|
|||
$s_template_select .= '<option value="' . $file . '">' . $file . "</option>\n";
|
||||
}
|
||||
}
|
||||
$s_template_select = '</select>';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue