simpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by recent changes to upgrades to navigation lib.
Also fixed issue whereby PAGE->set_url was being called by testdeprecatedlib but not being reset to the original value causing several flow on errors through simpletests
This commit is contained in:
@@ -693,6 +693,7 @@ class navigation_node {
|
||||
$outcome = $child->reiterate_active_nodes($strength);
|
||||
}
|
||||
if ($outcome) {
|
||||
$this->forceopen = true;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user