Skip to content

Commit

Permalink
fixed param typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 4d27bc7 commit 52f1a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grade/export/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function print_continue() {
$sep = '&';
}

$link = $CFG->wwwroot.'/grade/export/'.$this->plugin.'/dump.php'.$paraM.str.'&key='.$this->userkey;
$link = $CFG->wwwroot.'/grade/export/'.$this->plugin.'/dump.php'.$paramstr.'&key='.$this->userkey;

echo get_string('download', 'admin').': ' . html_writer::link($link, $link);
}
Expand Down

0 comments on commit 52f1a9f

Please sign in to comment.