Remove the table prefix on importer

This commit is contained in:
Nabeel Shahzad
2019-08-10 21:06:20 -04:00
parent dc51897314
commit b6189bab7e

View File

@@ -75,7 +75,7 @@ class Importer
'name' => '',
'user' => '',
'pass' => '',
'table_prefix' => 'phpvms_',
'table_prefix' => '',
], $db_creds);
}