Fix behat test when creates a LP

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent cee2e4a5ea
commit 8ce30fe027
  1. 2
      main/lp/learnpath.class.php

@ -6584,7 +6584,7 @@ class learnpath
Display::return_icon('certificate.png', get_lang('Certificate'), [], ICON_SIZE_BIG),
);
Display::addFlash(Display::return_message(get_lang('ClickOnTheLearnerViewToSeeYourLearningPath'), 'normal'));
echo Display::return_message(get_lang('ClickOnTheLearnerViewToSeeYourLearningPath'), 'normal');
$dir = $_SESSION['oLP']->display_item_form('dir', get_lang('EnterDataNewChapter'), 'add_item');
echo Display::tabs(
$headers,

Loading…
Cancel
Save