v.2.32
Fix migration
This commit is contained in:
@@ -85,7 +85,7 @@ class UpdateCoreInterface230 extends Migration
|
||||
if (file_exists(CORE_PATH . '/../../web/libs/xlsx/' . $file)) {
|
||||
copy(CORE_PATH . '/../../web/libs/xlsx/' . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file . '.bak');
|
||||
}
|
||||
copy($cssUpd . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file);
|
||||
copy($libsUpdXlsx . $file, CORE_PATH . '/../../web/libs/xlsx/' . $file);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user