Skip to content

Commit

Permalink
MDL-16535 - better handling of the expired error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Sep 16, 2008
1 parent c737eed commit 06844b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/portfolio/exporter.php
Expand Up @@ -766,9 +766,11 @@ public function get_base_filearea() {
* through the usage of the backbutton
*/
public static function print_expired_export() {
global $CFG;
$title = get_string('exportexpired', 'portfolio');
print_header($title, $title);
print_header($title, $title, build_navigation(get_string('exportexpired', 'portfolio')));
notify(get_string('exportexpireddesc', 'portfolio'));
print_continue($CFG->wwwroot);
print_footer();
exit;
}
Expand Down

0 comments on commit 06844b4

Please sign in to comment.