Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-60653-33' of git://github.com/rezaies/moodle into M…
…OODLE_33_STABLE
  • Loading branch information
David Monllao committed Dec 18, 2017
2 parents 00f88c2 + 1ab9160 commit 9e3b6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigationlib.php
Expand Up @@ -432,7 +432,7 @@ public function find($key, $type) {
public function build_flat_navigation_list(flat_navigation $nodes, $showdivider = false) {
if ($this->showinflatnavigation) {
$indent = 0;
if ($this->type == self::TYPE_COURSE || $this->key == self::COURSE_INDEX_PAGE) {
if ($this->type == self::TYPE_COURSE || $this->key === self::COURSE_INDEX_PAGE) {
$indent = 1;
}
$flat = new flat_navigation_node($this, $indent);
Expand Down

0 comments on commit 9e3b6c6

Please sign in to comment.