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