mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-57112-master' of git://github.com/cameron1729/moodle
This commit is contained in:
commit
be58f604b5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class format_social extends format_base {
|
||||||
public function get_default_blocks() {
|
public function get_default_blocks() {
|
||||||
return array(
|
return array(
|
||||||
BLOCK_POS_LEFT => array(),
|
BLOCK_POS_LEFT => array(),
|
||||||
BLOCK_POS_RIGHT => array()
|
BLOCK_POS_RIGHT => array('social_activities')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue