Skip to content

Commit

Permalink
portfolio MDL-23022 Added missing blocks to portfolio add page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 23, 2010
1 parent 72f68b5 commit f84a434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portfolio/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@

require_login(); // this is selectively called again with $course later when we know for sure which one we're in.
$PAGE->set_url('/portfolio/add.php', array('id' => $dataid, 'sesskey' => sesskey()));
$PAGE->set_pagelayout('standard');
$exporter = null;

if ($postcontrol && $type && !$dataid) {
Expand Down

0 comments on commit f84a434

Please sign in to comment.