Skip to content

Commit

Permalink
fix: typo in javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
dweeves committed Nov 3, 2015
1 parent 940a993 commit d170952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magmi/web/magmi_import_run.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
session_write_close();
?>
<script type="text/javascript">
var imp_params={engine:'magmi_productimportengine:Magmi_ProductImportEngine'?>'};
var imp_params={engine:'magmi_productimportengine:Magmi_ProductImportEngine'};
<?php
foreach ($_REQUEST as $k => $v) {
echo "imp_params['$k']='$v';\n";
Expand Down

0 comments on commit d170952

Please sign in to comment.