Skip to content

Commit

Permalink
Merge branch 'MDL-57112-master' of git://github.com/cameron1729/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 23, 2016
2 parents 93b6888 + 1b367ac commit be58f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/format/social/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function extend_course_navigation($navigation, navigation_node $node) {
public function get_default_blocks() {
return array(
BLOCK_POS_LEFT => array(),
BLOCK_POS_RIGHT => array()
BLOCK_POS_RIGHT => array('social_activities')
);
}

Expand Down

0 comments on commit be58f60

Please sign in to comment.