diff --git a/main/newscorm/lp_controller.php b/main/newscorm/lp_controller.php index 25d979bff4..56b96247bc 100644 --- a/main/newscorm/lp_controller.php +++ b/main/newscorm/lp_controller.php @@ -724,10 +724,10 @@ switch($action) else { if($debug > 0){error_log('New LP - Trying to set current item to ' . $_REQUEST['item_id'], 0);} - /*if ( !empty($_REQUEST['item_id']) ) + if ( !empty($_REQUEST['item_id']) ) { $_SESSION['oLP']->set_current_item($_REQUEST['item_id']); - }*/ + } require('lp_view.php'); } break; diff --git a/main/newscorm/lp_view.php b/main/newscorm/lp_view.php index 55dd51f5a5..749e143a29 100644 --- a/main/newscorm/lp_view.php +++ b/main/newscorm/lp_view.php @@ -79,23 +79,9 @@ $htmlHeadXtra[] = '