From 7e1825b415a7477e3a5b887371a4d8b4ef2c7779 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 12 Aug 2008 15:39:18 +0000 Subject: [PATCH] MDL-16008 fixed $CFG->release warning in isntaller --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index 7f309993a5..20eca65ff1 100644 --- a/install.php +++ b/install.php @@ -159,6 +159,7 @@ require_once($CFG->dirroot.'/version.php'); /// 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 ( -- 2.39.5