mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
MySQL error message fix. Custom Page userclass fix. Media-manager import fix for files contained '%'. XML DB export fix. Other News custom caption fix. FB Like menu without app_id fix.
This commit is contained in:
@@ -241,7 +241,7 @@ class e_install
|
||||
$this->debug = true;
|
||||
}
|
||||
|
||||
if(defined('PDO::ATTR_DRIVER_NAME')) // TODO Uncomment when ready.
|
||||
if(defined('PDO::ATTR_DRIVER_NAME'))
|
||||
{
|
||||
$this->pdo = true;
|
||||
define('e_PDO', true);
|
||||
|
Reference in New Issue
Block a user