Remove the table prefix on importer
This commit is contained in:
@@ -75,7 +75,7 @@ class Importer
|
||||
'name' => '',
|
||||
'user' => '',
|
||||
'pass' => '',
|
||||
'table_prefix' => 'phpvms_',
|
||||
'table_prefix' => '',
|
||||
], $db_creds);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user