Skip to content

Commit

Permalink
navigation /MDL-21152 fixed regression changed topframe to frametop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Dec 23, 2009
1 parent 4e03354 commit e0738f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/navigationlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public function content($shorttext=false) {
$link->add_class('dimmed');
}

if (!empty($CFG->framename) && ($PAGE->pagelayout=='topframe' || $CFG->framename!='_top')) {
if (!empty($CFG->framename) && ($PAGE->pagelayout=='frametop' || $CFG->framename!='_top')) {
$breakoutaction = new breakout_of_frame_action();
$link->add_action($breakoutaction);
}
Expand Down

0 comments on commit e0738f5

Please sign in to comment.