fixed the typo
git-svn-id: https://plugins.svn.wordpress.org/sqlite-integration/trunk@1002204 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
25cb914d6e
commit
8235d4c4d8
|
@ -170,7 +170,7 @@ class PDOEngine extends PDO {
|
|||
*/
|
||||
function __construct() {
|
||||
register_shutdown_function(array($this, '__destruct'));
|
||||
$dsn = 'sqlite' . FQDB;
|
||||
$dsn = 'sqlite:' . FQDB;
|
||||
if (isset($GLOBALS['@pdo'])) {
|
||||
$this->pdo = $GLOBALS['@pdo'];
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue