From: vinkmar Date: Fri, 18 Aug 2006 22:02:09 +0000 (+0000) Subject: added blank footer (to eliminate the notice when $footer is non-existant) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=708870d3a826a041b5832e16a9a76f95b6e0a585;p=moodle.git added blank footer (to eliminate the notice when $footer is non-existant) --- diff --git a/blocks/admin_2/block_admin_2.php b/blocks/admin_2/block_admin_2.php index ed4045cf8a..832bf72f3a 100644 --- a/blocks/admin_2/block_admin_2.php +++ b/blocks/admin_2/block_admin_2.php @@ -166,6 +166,7 @@ class block_admin_2 extends block_base { $this->content->text .= $this->expandjavascript; $this->content->text .= '' . "\n"; + $this->content->footer = ''; } return $this->content;