Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
escape not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cpainchaud committed Nov 17, 2015
1 parent 7da4f7e commit c03c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/upload-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function display_error_usage_exit($msg)
{
display_error_usage_exit("'fromXpath' option must be used with 'toXpath'");
}
$fromXpath = str_replace('"', "'", PH::$args['fromxpath']);
//$fromXpath = str_replace('"', "'", PH::$args['fromxpath']);
}
if( isset(PH::$args['toxpath']) )
{
Expand Down

0 comments on commit c03c1f2

Please sign in to comment.