This seems to break new installations of moodle 2.0 (not upgrades) as $CFG->version is not set causing the installation to die at with an error stating that I need to upgrade to moodle 19 first
Stephen Bourget
added a comment - This seems to break new installations of moodle 2.0 (not upgrades) as $CFG->version is not set causing the installation to die at with an error stating that I need to upgrade to moodle 19 first
Attached is a patch which addresses this issue
fixed