fix installation for current development for now; fixes #661

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-02-25 17:13:13 +01:00
parent 51efba0a8d
commit 5786644c76

View File

@@ -739,7 +739,7 @@ class FroxlorInstall
// language selection
$language_options = '';
foreach ($this->_languages as $language_name => $language_file) {
$language_options .= makeoption($language_name, $language_file, $this->_activelng, true, true);
$language_options .= \Froxlor\UI\HTML::makeoption($language_name, $language_file, $this->_activelng, true, true);
}
// get language-form-template
eval("\$content .= \"" . $this->_getTemplate("lngform") . "\";");