Skip to content

Commit

Permalink
Dev: use completed.pstpl for quota end too
Browse files Browse the repository at this point in the history
Dev: already done in 1b82d7e
Dev: Just remove the comment
  • Loading branch information
Shnoulle committed Jan 7, 2015
1 parent 80bacdc commit bbf129d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/frontend_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,6 @@ function checkCompletedQuota($surveyid,$return=false)
doHeader();
echo templatereplace(file_get_contents($sTemplatePath."/startpage.pstpl"),array(),$aDataReplacement);
echo templatereplace(file_get_contents($sTemplatePath."/completed.pstpl"),array("COMPLETED"=>$sHtmlQuotaMessage,"URL"=>$sHtmlQuotaUrl),$aDataReplacement);
// Better to use completed.pstpl, but some template can need update , leave it for 2.06 #09133
echo templatereplace(file_get_contents($sTemplatePath."/endpage.pstpl"),array(),$aDataReplacement);
doFooter();
if ($sAction == "1")
Expand Down

0 comments on commit bbf129d

Please sign in to comment.