Skip to content

Commit

Permalink
MDL-35768 - fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 5, 2012
1 parent 6b02cc4 commit 1872a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public function ajax_section_move() {
public function get_view_url($section, $options = array()) {
$course = $this->get_course();
$url = new moodle_url('/course/view.php', array('id' => $course->id));

if (array_key_exists('sr', $options)) {
$sectionno = $options['sr'];
} else if (is_object($section)) {
Expand Down

0 comments on commit 1872a0f

Please sign in to comment.