MDL-50416 environment: remove slasharguments warning from install
This commit is contained in:
+1
-1
@@ -2241,7 +2241,7 @@ function check_database_storage_engine(environment_results $result) {
|
||||
function check_slasharguments(environment_results $result){
|
||||
global $CFG;
|
||||
|
||||
if (empty($CFG->slasharguments)) {
|
||||
if (!during_initial_install() && empty($CFG->slasharguments)) {
|
||||
$result->setInfo('slasharguments');
|
||||
$result->setStatus(false);
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user