diff --git a/application/controllers/admin/export.php b/application/controllers/admin/export.php index 4719a213e68..d45643a5286 100644 --- a/application/controllers/admin/export.php +++ b/application/controllers/admin/export.php @@ -1370,7 +1370,7 @@ public function quexml($iSurveyID) */ private function _exportPrintableHtmls($iSurveyID,$readFile = true){ $oSurvey = Survey::model()->findByPk($iSurveyID); - $assetsDir = Template::getTemplateURL($oSurvey->template); + $assetsDir = substr(Template::getTemplateURL($oSurvey->template),1); $fullAssetsDir = Template::getTemplatePath($oSurvey->template); $aLanguages = $oSurvey->getAllLanguages();