Little fix for typo (see MDL-8061)

This commit is contained in:
moodler
2007-01-23 03:39:56 +00:00
parent dbc9b11236
commit 8b4315fd33
+1 -3
View 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;
}
}
?>
?>