]> git.mjollnir.org Git - moodle.git/commitdiff
added blank footer (to eliminate the notice when $footer is non-existant)
authorvinkmar <vinkmar>
Fri, 18 Aug 2006 22:02:09 +0000 (22:02 +0000)
committervinkmar <vinkmar>
Fri, 18 Aug 2006 22:02:09 +0000 (22:02 +0000)
blocks/admin_2/block_admin_2.php

index ed4045cf8a66aaf3eda6f054df5cc330bf0edd54..832bf72f3a2b7a053075a549dd2e5572df8d1d73 100644 (file)
@@ -166,6 +166,7 @@ class block_admin_2 extends block_base {
             $this->content->text .= $this->expandjavascript;
 
             $this->content->text .= '</script>' . "\n";
+            $this->content->footer = '';
         }
         return $this->content;