studentview is only modified in local.inc.php see BT#7356

1.9.x
Julio Montoya 12 years ago
parent a35ec43482
commit 2fcd765bf7
  1. 2
      main/newscorm/lp_controller.php

@ -374,7 +374,7 @@ if (isset($_GET['isStudentView']) && $_GET['isStudentView'] == 'true') {
if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'view' && !isset($_REQUEST['exeId'])) {
$_REQUEST['action'] = 'build';
}
$_SESSION['studentview'] = null;
//$_SESSION['studentview'] = null;
}
}

Loading…
Cancel
Save