diff --git a/admin/survey/export/latexclasses/class.LatexSurveyElement.php b/admin/survey/export/latexclasses/class.LatexSurveyElement.php index cd7279983..556abbf2f 100644 --- a/admin/survey/export/latexclasses/class.LatexSurveyElement.php +++ b/admin/survey/export/latexclasses/class.LatexSurveyElement.php @@ -1286,8 +1286,8 @@ class LatexSurveyElement{ //$command = 'wget -O \''.$imageName.'\' -O '.$path.' '; }elseif(IS_LINUX){ //za linux sisteme //exec('wget URL -P PATH '); - $command = 'wget \''.$imageName.'\' -P '.$path.' '; - //$command = 'wget -O '.$path.' \''.$imageName.'\' '; + //$command = 'wget \''.$imageName.'\' -P '.$path.' '; + $command = 'wget -O '.$path.' \''.$imageName.'\' '; } //echo "command: ".$command."
";