Skip to content

Commit

Permalink
Merge branch 'MDL-29677' of git://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Oct 9, 2011
2 parents 19f7391 + a7f99cf commit 36a42c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simpletest/testpagelib_moodlepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function setUp() {
}

public function tearDown() {
global $COURSE;
global $COURSE, $PAGE;
$this->testpage = NULL;
$COURSE = $this->originalcourse;
$PAGE = $this->originalpage;
Expand Down

0 comments on commit 36a42c5

Please sign in to comment.