1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 08:05:25 +02: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:
Paul S. Owen 2002-02-13 21:56:31 +00:00
parent 3b6c903302
commit def0b0e19a

View File

@ -798,6 +798,7 @@ switch( $mode )
$s_template_select .= '<option value="' . $file . '">' . $file . "</option>\n";
}
}
$s_template_select = '</select>';
}
else
{