diff --git a/main/install/install.lib.php b/main/install/install.lib.php index 313556353b..0fe3f878c0 100755 --- a/main/install/install.lib.php +++ b/main/install/install.lib.php @@ -1671,13 +1671,13 @@ function display_configuration_settings_form( } else { $html .= '
'; $html .= ''; $html .= ''; $html .= ''; $html .= '
'; } @@ -1965,9 +1965,10 @@ function installSettings( $allowTeacherSelfRegistration, $installationProfile = '' ) { - $allowRegistration = $allowRegistration ? 'true' : 'false'; + //$allowRegistration = $allowRegistration ? 'true' : 'false'; $allowTeacherSelfRegistration = $allowTeacherSelfRegistration ? 'true' : 'false'; + error_log($allowRegistration); // Use PHP 5.3 to avoid issue with weird peripherical auto-installers like travis-ci $settings = array( 'Institution' => $organizationName,