projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc9b11
)
Little fix for typo (see MDL-8061)
author
moodler
<moodler>
Tue, 23 Jan 2007 03:39:56 +0000
(
03:39
+0000)
committer
moodler
<moodler>
Tue, 23 Jan 2007 03:39:56 +0000
(
03:39
+0000)
blocks/section_links/block_section_links.php
patch
|
blob
|
history
diff --git
a/blocks/section_links/block_section_links.php
b/blocks/section_links/block_section_links.php
index 9ef8e7766ad74d424681b96840e979ba0fc7ffe6..0403226854297f930820d7cf83a7b6b88b097f0d 100644
(file)
--- 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
+?>