Skip to content

Commit

Permalink
Merge branch 'MDL-30837-22' of https://github.com/FMCorz/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_22_STABLE
  • Loading branch information
Sam Hemelryk committed Jun 5, 2012
2 parents 8d7887c + 3824133 commit 57dd3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigationlib.php
Expand Up @@ -153,7 +153,7 @@ public function __construct($properties) {
$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) {
Expand Down

0 comments on commit 57dd3c6

Please sign in to comment.