Remove the table prefix on importer

This commit is contained in:
Nabeel Shahzad
2019-08-10 21:12:18 -04:00
parent dc51897314
commit b6189bab7e
+1 -1
View File
@@ -75,7 +75,7 @@ class Importer
'name' => '', 'name' => '',
'user' => '', 'user' => '',
'pass' => '', 'pass' => '',
'table_prefix' => 'phpvms_', 'table_prefix' => '',
], $db_creds); ], $db_creds);
} }