install/lib/installer_base.lib.php
@@ -33,10 +33,16 @@ var $wb = array(); var $language = 'en'; var $db; private $conf; /* */ function __construct() { global $conf; //TODO: maybe $conf should be passed to constructor $this->conf = $conf; } function lng($text) { return $text;