Skip to content

Commit

Permalink
MDL-27831 calendar: Removing reduntand control icons in delete.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal authored and danpoltawski committed Jul 9, 2012
1 parent 4dff0a7 commit 409d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
$event->time = calendar_format_event_time($event, time(), null, false);
$renderer = $PAGE->get_renderer('core_calendar');
echo $renderer->start_layout();
echo $renderer->event($event);
echo $renderer->event($event, false);
echo $renderer->complete_layout();

echo $OUTPUT->box_end();
Expand Down

0 comments on commit 409d09a

Please sign in to comment.