Fixed Typ in Variable Name

This commit is contained in:
Andreas Österreicher
2024-03-26 16:37:13 +01:00
parent 058ed94c2b
commit 42ddea9f51
+1 -1
View File
@@ -181,7 +181,7 @@ abstract class db extends basis
if (!include(dirname(__FILE__).'/../application/config/'.CI_ENVIRONMENT.'/db_crypt.php')) return null;
// Array that will contains all the DB decryption password
$decryptionPasswordsArray = array();
$decryptionPasswordArray = array();
// Array that will contains all the DB decryption password names
$decryptionPasswordNamesArray = array();