Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-58063-34' of git://github.com/mihailges/moodle into…
… MOODLE_34_STABLE
  • Loading branch information
David Monllao committed Jun 12, 2018
2 parents c1f3810 + fa141e4 commit cf482a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/navigationlib.php
Expand Up @@ -3983,6 +3983,7 @@ public function initialise() {
if ($context->contextlevel == CONTEXT_BLOCK) {
$this->load_block_settings();
$context = $context->get_parent_context();
$this->context = $context;
}
switch ($context->contextlevel) {
case CONTEXT_SYSTEM:
Expand Down

0 comments on commit cf482a6

Please sign in to comment.