Skip to content

Commit

Permalink
[#347] Fix typo in the title link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalits committed Oct 16, 2024
1 parent 5aac578 commit e01fa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/output/manage/planned_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function __construct() {
public function show_data(array $outages) {
foreach ($outages as $outage) {
$title = html_writer::link(
new moodle_url('/auth/outage/edit.php', ['id' => $outage->id]),
new moodle_url('/auth/outage/edit.php', ['edit' => $outage->id]),
$outage->get_title(),
['title' => get_string('edit')]
);
Expand Down

0 comments on commit e01fa37

Please sign in to comment.