Skip to content

Commit

Permalink
Fixed issue #4503: Template error on registration screen
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8981 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jul 26, 2010
1 parent 66d3d79 commit 4309c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions register.php
Expand Up @@ -177,11 +177,11 @@
//PRINT COMPLETED PAGE
if (!$thissurvey['template'])
{
$thistpl=validate_templatedir("default");
$thistpl=getTemplatePath(validate_templatedir('default'));
}
else
{
$thistpl=validate_templatedir($thissurvey['template']);
$thistpl=getTemplatePath(validate_templatedir($thissurvey['template']));
}

sendcacheheaders();
Expand Down

0 comments on commit 4309c39

Please sign in to comment.