mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
PDO Install enabled. PHP Notice fixes.
This commit is contained in:
@@ -237,8 +237,8 @@ class e_install
|
||||
|
||||
if(defined('PDO::ATTR_DRIVER_NAME')) // TODO Uncomment when ready.
|
||||
{
|
||||
// $this->pdo = true;
|
||||
// define('e_PDO', true);
|
||||
$this->pdo = true;
|
||||
define('e_PDO', true);
|
||||
}
|
||||
|
||||
if(!empty($this->previous_steps['mysql']['prefix']))
|
||||
|
Reference in New Issue
Block a user