Fix description type when thematic plan is imported - refs BT#12449

pull/2487/head
Angel Fernando Quiroz Campos 8 years ago
parent c23fb90570
commit 1045d84870
  1. 2
      main/course_progress/thematic_controller.php

@ -136,7 +136,7 @@ class ThematicController
api_get_session_id()
);
$current_thematic = $thematic->thematic_save();
$description_type = 0;
$description_type = 1;
break;
case 'plan':
$thematic->set_thematic_plan_attributes(

Loading…
Cancel
Save