Bug fixes for Language and DB\IO class

language class needs to have l var set as public
db\io convert encoding function needs to work with false method
parameters as the return can be false and needs a clean pass through in
this case
This commit is contained in:
Clemens Schwaighofer
2019-09-12 16:53:09 +09:00
parent b25f280849
commit 05c48bce60
3 changed files with 14 additions and 10 deletions

View File

@@ -262,6 +262,7 @@ if (defined('DEBUG') && DEBUG == false) {
$DEBUG_ALL = 1;
$PRINT_ALL = 1;
$DB_DEBUG = 1;
$ENABLE_ERROR_HANDLING = 0;
}
// read auto loader