Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wordpress Sqlite implementation #126

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix last commit
LORDofDOOM committed Oct 3, 2022
commit a78bd986c817ad6072681485817b3650c2f79adc
2 changes: 1 addition & 1 deletion wordpress/wp-content/db.php
Original file line number Diff line number Diff line change
@@ -4835,7 +4835,7 @@ function make_db_sqlite()
} // WP_SQLite_DB namespace

namespace {
if (!defined('USE_MYSQL') && !USE_MYSQL) {
if (defined('USE_MYSQL') && !USE_MYSQL) {
/**
* Installs the site.
*