LP: Fix redirection when updating scorm - refs BT#15992

pull/3090/head
Angel Fernando Quiroz Campos 6 years ago
parent cb3232ba1d
commit edf83c2e12
  1. 2
      main/lp/lp_update_scorm.php

@ -69,7 +69,7 @@ if ($form->validate()) {
if ($manifest) {
Display::addFlash(Display::return_message(get_lang('Updated')));
}
header('Location: '.api_get_path(WEB_CODE_PATH).'lp/lp_list.php?'.api_get_cidreq());
header('Location: '.api_get_path(WEB_CODE_PATH).'lp/lp_controller.php?'.api_get_cidreq());
exit;
}

Loading…
Cancel
Save