From: Petr Skoda Date: Sun, 8 Nov 2009 21:20:21 +0000 (+0000) Subject: NOBUG fixed TODO which was already solved X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=088f3ffc5d27a9eca9cdb68f254172e65dca42ee;p=moodle.git NOBUG fixed TODO which was already solved --- diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 993b3dc189..8bd90bfc12 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -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);