From 0022d112abbec2fb93c12a73387fdbf5d422f1c2 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 24 Aug 2008 16:39:06 +0000 Subject: [PATCH] Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188 --- install.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install.php b/install.php index 37b38225d3..f2028a253a 100644 --- a/install.php +++ b/install.php @@ -159,7 +159,6 @@ 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