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:
kjmtsh 2014-10-06 00:19:56 +00:00
parent 25cb914d6e
commit 8235d4c4d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {