Skip to content

Commit

Permalink
MDL-55122 enrol: remove duplicated updown variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Sep 9, 2016
1 parent 0344082 commit 02d6873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions enrol/instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@
$edit = array();

if ($canconfig) {
// up/down link
$updown = '';
if ($updowncount > 1) {
$aurl = new moodle_url($url, array('action'=>'up', 'instance'=>$instance->id));
$updown[] = $OUTPUT->action_icon($aurl, new pix_icon('t/up', $strup, 'core', array('class' => 'iconsmall')));
Expand Down

0 comments on commit 02d6873

Please sign in to comment.