diff --git a/renderable.php b/renderable.php index dfd6d31..25b9e4d 100644 --- a/renderable.php +++ b/renderable.php @@ -348,7 +348,6 @@ 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; }