summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-settings.php b/wp-settings.php
index 0036d26..3c83cd9 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -82,6 +82,8 @@ $wpdb->site = $table_prefix . 'site';
$wpdb->sitemeta = $table_prefix . 'sitemeta';
$wpdb->sitecategories = $table_prefix . 'sitecategories';
$wpdb->signups = $table_prefix . 'signups';
+$wpdb->registration_log = $table_prefix . 'registration_log';
+$wpdb->blog_versions = $table_prefix . 'blog_versions';
require_once ( ABSPATH . 'wpmu-settings.php' );
$wpdb->siteid = $site_id;