Little fix for typo (see MDL-8061)
authormoodler <moodler>
Tue, 23 Jan 2007 03:39:56 +0000 (03:39 +0000)
committermoodler <moodler>
Tue, 23 Jan 2007 03:39:56 +0000 (03:39 +0000)
blocks/section_links/block_section_links.php

index 9ef8e7766ad74d424681b96840e979ba0fc7ffe6..0403226854297f930820d7cf83a7b6b88b097f0d 100644 (file)
@@ -93,11 +93,9 @@ class block_section_links extends block_base {
             }
         }
 
-        $this->content = New stdClass;
-        $this->content->footer = '';
         $this->content->text = $text;
         return $this->content;
     }
 }
 
-?>
\ No newline at end of file
+?>