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

Previews in Limesurvey should be as an interviewer

This commit is contained in:
Adam Zammit
2013-04-29 16:11:41 +10:00
parent 9a1d2b9eb1
commit cf5addb19d
3 changed files with 6 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ if(isset($_SESSION['loginID']))
}
elseif ($action == 'previewgroup')
{
$_SESSION['interviewer'] = true;
require_once('../index.php');
exit;