Skip to content

Commit dd8da43

Browse files
committed
Add WP_MYSQL_ON_SQLITE_LOADER_PATH constant to the driver loader
1 parent 9e02903 commit dd8da43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wp-pdo-mysql-on-sqlite.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
define( 'WP_MYSQL_ON_SQLITE_LOADER_PATH', __FILE__ );
4+
35
/**
46
* Load the PDO MySQL-on-SQLite driver and its dependencies.
57
*/

0 commit comments

Comments
 (0)