-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
1.9.8, 2.0
-
MOODLE_19_STABLE, MOODLE_20_STABLE
We're removing the $CFG->ousite variable in OU moodle and replacing it with a more flexible system based on a new object ouflags. So rather than doing if (isset($CFG->ousite) ) to switch on ou specific bits of our contrib code, we should in future use if (class_exists('ouflags')).
The impact on non-ou sites of this change is non-existent!