remove double translation, avoid unsupported double quotes in INI file

This commit is contained in:
El RIDO
2020-10-13 07:28:35 +02:00
parent f12986a277
commit bb6a44ce7a
6 changed files with 7 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ class ViewTest extends PHPUnit_Framework_TestCase
$page->assign('PASSWORD', true);
$page->assign('FILEUPLOAD', false);
$page->assign('ZEROBINCOMPATIBILITY', false);
$page->assign('INFO', 'example');
$page->assign('NOTICE', 'example');
$page->assign('LANGUAGESELECTION', '');
$page->assign('LANGUAGES', I18n::getLanguageLabels(I18n::getAvailableLanguages()));