Skip to content
Snippets Groups Projects
Commit 6018064d authored by Prasad's avatar Prasad
Browse files

Updated migration file version to look for

parent 9b1dc4f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Migration_Extract_Action extends Vtiger_Action_Controller {
$user->column_fields['user_name'] = $userName;
if ($user->doLogin($password)) {
$zip = new ZipArchive();
$fileName = 'vtiger7.zip';
$fileName = 'vtiger8.zip';
if ($zip->open($fileName)) {
if ($zip->extractTo($root_directory)) {
$zip->close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment