Skip to content

Commit

Permalink
MDL-22819 tags: fix breadcrumb on manage tags page
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Jul 24, 2015
1 parent d846254 commit a457306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tag/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
admin_externalpage_setup('managetags', '', $params, '', array('pagelayout' => 'standard'));

$PAGE->set_blocks_editing_capability('moodle/tag:editblocks');
$PAGE->navbar->add(get_string('tags', 'tag'), new moodle_url('/tag/search.php'));
$PAGE->navbar->add(get_string('managetags', 'tag'));

echo $OUTPUT->header();

Expand Down

0 comments on commit a457306

Please sign in to comment.