Skip to content

Commit

Permalink
Merge pull request ILIAS-eLearning#8415 from surlabs/trunk_LTI_013
Browse files Browse the repository at this point in the history
Fix: 0042595
  • Loading branch information
Saaweel authored Nov 13, 2024
2 parents e2d3864 + 3ee7ef8 commit 16efa69
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public function init(): void
*/
public function fillRow(array $a_set): void
{
if (!isset($a_set['type'])) {
$a_set['type'] = '';
}

parent::fillRow($a_set);

$this->tpl->setVariable('CONSUMER_TITLE', $a_set['consumer']);
Expand Down

0 comments on commit 16efa69

Please sign in to comment.