Skip to content

Commit

Permalink
Revert "CONTRIB-9626 remove unused property from action_link"
Browse files Browse the repository at this point in the history
This reverts commit e28c2fb.
  • Loading branch information
bostelm committed Aug 1, 2024
1 parent e28c2fb commit 7c9152d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renderable.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ public function action_link(moodle_url $url, $titlekey, $iconkey, $confirmkey =
$confirmaction = new confirm_action(get_string($confirmkey, 'scheduler'));
}
$act = new action_link($url, $title, $confirmaction, $attributes, $pix);
$act->primary = false;
return $act;
}

Expand Down

0 comments on commit 7c9152d

Please sign in to comment.