Merge branch 'MDL-29677_21' of git://github.com/stronk7/moodle into MOODLE_21_STABLE

This commit is contained in:
Sam Hemelryk
2011-10-10 12:03:09 +13:00
+1 -1
View File
@@ -67,7 +67,7 @@ class moodle_page_test extends UnitTestCase {
}
public function tearDown() {
global $COURSE;
global $COURSE, $PAGE;
$this->testpage = NULL;
$COURSE = $this->originalcourse;
$PAGE = $this->originalpage;