From 8edc520c7c327fc8804b6a31fd5cf4db1805a774 Mon Sep 17 00:00:00 2001 From: Oldperl <44996956+oldperl@users.noreply.github.com> Date: Wed, 9 Aug 2017 20:25:21 +0000 Subject: [PATCH] add missing i18n class --- setup/lib/startup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/lib/startup.php b/setup/lib/startup.php index 605be6a..adceb90 100644 --- a/setup/lib/startup.php +++ b/setup/lib/startup.php @@ -105,6 +105,7 @@ checkAndInclude('lib/defines.php'); checkAndInclude($cfg['path']['frontend'].'/pear/HTML/Common2.php'); checkAndInclude($cfg['path']['conlite'] . 'classes/cHTML5/class.chtml.php'); checkAndInclude($cfg['path']['conlite'] . 'classes/class.htmlelements.php'); +checkAndInclude($cfg['path']['conlite'] . 'classes/class.i18n.php'); checkAndInclude($cfg['path']['conlite'] . 'includes/functions.i18n.php'); checkAndInclude('lib/class.setupcontrols.php'); checkAndInclude('lib/functions.filesystem.php');