diff --git a/lib/navigationlib.php b/lib/navigationlib.php index d24b735436d..eaf52185874 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -150,7 +150,7 @@ class navigation_node implements renderable { $this->shorttext = $properties['shorttext']; } if (!array_key_exists('icon', $properties)) { - $properties['icon'] = new pix_icon('i/navigationitem', 'moodle'); + $properties['icon'] = new pix_icon('i/navigationitem', ''); } $this->icon = $properties['icon']; if ($this->icon instanceof pix_icon) {