Skip to content

Commit

Permalink
MDL-20788 fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 16, 2009
1 parent 78946b9 commit f0e4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrenderers.php
Expand Up @@ -1639,7 +1639,7 @@ public function fatal_error($message, $moreinfourl, $link, $backtrace, $debuginf
@header($_SERVER['SERVER_PROTOCOL'] . ' 404 Not Found');
}
$this->page->set_url(''); // no url
//$this->page->set_pagelayout('form'); //TODO: MDL-20676 blocks on error pages are weird, unfortunately it somehow detect the geenralpagetype from URL :-(
//$this->page->set_pagelayout('form'); //TODO: MDL-20676 blocks on error pages are weird, unfortunately it somehow detect the pagelayout from URL :-(
$this->page->set_title(get_string('error'));
$output .= $this->header();
}
Expand Down

0 comments on commit f0e4c76

Please sign in to comment.