Fix double question mark in learning paths url building - refs BT#12491

pull/2487/head
Yannick Warnier 8 years ago
parent c0d395e9b4
commit 37cddd152e
  1. 2
      main/lp/lp_add_category.php
  2. 2
      main/lp/lp_edit.php
  3. 2
      main/lp/lp_move_item.php

@ -17,7 +17,7 @@ if (!$is_allowed_to_edit) {
}
$interbreadcrumb[] = array(
'url' => 'lp_controller.php?action=list?'.api_get_cidreq(),
'url' => 'lp_controller.php?action=list&'.api_get_cidreq(),
'name' => get_lang('LearningPaths'),
);

@ -25,7 +25,7 @@ if (!empty($gradebook) && $gradebook == 'view') {
'name' => get_lang('ToolGradebook')
);
}
$interbreadcrumb[] = array('url' => 'lp_controller.php?action=list?'.api_get_cidreq(), 'name' => get_lang('LearningPaths'));
$interbreadcrumb[] = array('url' => 'lp_controller.php?action=list&'.api_get_cidreq(), 'name' => get_lang('LearningPaths'));
$interbreadcrumb[] = array(
'url' => api_get_self()."?action=build&lp_id=".$_SESSION['oLP']->get_id().'&'.api_get_cidreq(),
'name' => $_SESSION['oLP']->get_name()

@ -92,7 +92,7 @@ if (!empty($gradebook) && $gradebook == 'view') {
}
$interbreadcrumb[] = array(
'url' => 'lp_controller.php?action=list?'.api_get_cidreq(),
'url' => 'lp_controller.php?action=list&'.api_get_cidreq(),
'name' => get_lang('LearningPaths'),
);
$interbreadcrumb[] = array(

Loading…
Cancel
Save