diff --git a/includes/class-wc-install.php b/includes/class-wc-install.php index 50c8645968d..b9192b41eb1 100644 --- a/includes/class-wc-install.php +++ b/includes/class-wc-install.php @@ -258,8 +258,8 @@ class WC_Install { WC()->wpdb_table_fix(); self::remove_admin_notices(); - self::create_options(); self::create_tables(); + self::create_options(); self::create_roles(); self::setup_environment(); self::create_terms();