Minor - fix student pub pre requisite see BT#14988

pull/2729/head
Julio 7 years ago
parent 77b8287979
commit 80048c6095
  1. 2
      main/lp/learnpathItem.class.php

@ -2605,6 +2605,8 @@ class learnpathItem
);
}
}
return $returnstatus;
} else {
$status = $itemToCheck->get_status(false);
$returnstatus = $status == $this->possible_status[2] || $status == $this->possible_status[3];

Loading…
Cancel
Save