2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Fixed template URL for self completors

This commit is contained in:
Adam Zammit
2013-02-27 15:37:04 +11:00
parent aefb0c9e6b
commit 0b07934419

View File

@@ -544,6 +544,7 @@ if ($interviewer)
}
else
{
$thissurvey['templatedir'] = quexs_get_template($clienttoken);
$thistpl=sGetTemplatePath(quexs_get_template($clienttoken));
}