Skip to content

Commit

Permalink
MDL-16008 fixed $CFG->release warning in isntaller
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 12, 2008
1 parent 29e3d7e commit 7e1825b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.php
Expand Up @@ -159,6 +159,7 @@
/// Set version and release
$INSTALL['version'] = $version;
$INSTALL['release'] = $release;
$CFG->release = $release; // needed for environment checks

/// list all supported drivers - unsupported must be installed manually ;-)
$supported = array (
Expand Down

0 comments on commit 7e1825b

Please sign in to comment.