From 8b4315fd33c8b84236ceb1b7d00ecfd5c8fe2946 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 23 Jan 2007 03:39:56 +0000 Subject: [PATCH] Little fix for typo (see MDL-8061) --- blocks/section_links/block_section_links.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/blocks/section_links/block_section_links.php b/blocks/section_links/block_section_links.php index 9ef8e7766a..0403226854 100644 --- a/blocks/section_links/block_section_links.php +++ b/blocks/section_links/block_section_links.php @@ -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 +?> -- 2.39.5