diff --git a/include/basis_db.class.php b/include/basis_db.class.php index 5fe97ab3b..d8d2ebaff 100644 --- a/include/basis_db.class.php +++ b/include/basis_db.class.php @@ -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();