Skip to content

Commit

Permalink
CONTRIB-9626 remove unused property from action_link
Browse files Browse the repository at this point in the history
  • Loading branch information
bostelm committed Aug 1, 2024
1 parent f9a0e00 commit e28c2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renderable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit e28c2fb

Please sign in to comment.