Skip to content

Commit

Permalink
Merge pull request from GHSA-xm9f-vxmx-4m58
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Lewis <markwlewis@Marks-MacBook-Pro.local>
  • Loading branch information
mark-netalico and Mark Lewis authored Aug 26, 2021
1 parent b99307d commit 34709ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Dataflow/Model/Convert/Adapter/Io.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function getResource($forWrite = false)
$isError = false;

$ioConfig = $this->getVars();
switch ($this->getVar('type', 'file')) {
switch (strtolower($this->getVar('type', 'file'))) {
case 'file':
//validate export/import path
$path = rtrim($ioConfig['path'], '\\/')
Expand Down

0 comments on commit 34709ac

Please sign in to comment.