Skip to content

Commit

Permalink
Merge branch 'MDL-23022' of git://github.com/samhemelryk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 21, 2011
2 parents 3bfb75a + 34b9d4d commit c20d070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portfolio/add.php
Expand Up @@ -94,6 +94,7 @@
if ($cancelsure) {
$exporter->cancel_request($logreturn);
} else {
portfolio_export_pagesetup($PAGE, $exporter->get('caller'));
$exporter->print_header(get_string('confirmcancel', 'portfolio'));
echo $OUTPUT->box_start();
$yesbutton = new single_button(new moodle_url('/portfolio/add.php', array('id' => $dataid, 'cancel' => 1, 'cancelsure' => 1, 'logreturn' => $logreturn)), get_string('yes'));
Expand Down

0 comments on commit c20d070

Please sign in to comment.