[svn r13257] Added exit() command to avoid bug after sending file to user

skala
Yannick Warnier 18 years ago
parent d25d92229c
commit 7508e80b65
  1. 3
      main/newscorm/lp_controller.php

@ -470,7 +470,8 @@ switch($_REQUEST['action'])
if(!$lp_found){ error_log('New LP - No learnpath given for export',0); require('lp_list.php'); } if(!$lp_found){ error_log('New LP - No learnpath given for export',0); require('lp_list.php'); }
else{ else{
$_SESSION['oLP']->scorm_export(); $_SESSION['oLP']->scorm_export();
require('lp_list.php'); exit();
//require('lp_list.php');
} }
break; break;
case 'delete': case 'delete':

Loading…
Cancel
Save