]> git.mjollnir.org Git - moodle.git/commitdiff
NOBUG fixed TODO which was already solved
authorPetr Skoda <skodak@moodle.org>
Sun, 8 Nov 2009 21:20:21 +0000 (21:20 +0000)
committerPetr Skoda <skodak@moodle.org>
Sun, 8 Nov 2009 21:20:21 +0000 (21:20 +0000)
lib/outputrenderers.php

index 993b3dc189db77c91715c07c791c76382320415f..8bd90bfc127e56e75b9fe6c335391dceaaf21a63 100644 (file)
@@ -685,7 +685,6 @@ class moodle_core_renderer extends moodle_renderer_base {
      * @return string HTML that you must output this, preferably immediately.
      */
     public function header() {
-        // TODO remove $navigation and $menu arguments - replace with $PAGE->navigation
         global $USER, $CFG;
 
         $this->page->set_state(moodle_page::STATE_PRINTING_HEADER);