Skip to content

Commit

Permalink
Merge branch 'MDL-56555-master' of git://github.com/andrewnicols/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 8, 2016
2 parents e20c8dd + 592c691 commit 231e2ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions admin/tool/usertours/classes/manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ protected function print_tour_list() {
'title' => get_string('importtour', 'tool_usertours'),
],
(object) [
'link' => new \moodle_url('https://moodle.net/mod/data/view.php', [
'id' => 17,
]),
'link' => new \moodle_url('https://moodle.net/tours'),
'linkproperties' => [
'target' => '_blank',
],
Expand Down

0 comments on commit 231e2ec

Please sign in to comment.