]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20788 fix comment
authorPetr Skoda <skodak@moodle.org>
Wed, 16 Dec 2009 18:03:52 +0000 (18:03 +0000)
committerPetr Skoda <skodak@moodle.org>
Wed, 16 Dec 2009 18:03:52 +0000 (18:03 +0000)
lib/outputrenderers.php

index e88676de678a3222bf26e6b62a0a646b520a56bc..cf0c9b6d0d3ac67415e018266a2c46c0c29722b5 100644 (file)
@@ -1639,7 +1639,7 @@ class core_renderer extends renderer_base {
                 @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();
         }