Index: branches/5.2.x/core/install.php =================================================================== diff -u -N -r14609 -r14671 --- branches/5.2.x/core/install.php (.../install.php) (revision 14609) +++ branches/5.2.x/core/install.php (.../install.php) (revision 14671) @@ -1,6 +1,6 @@ SetRequestData($url_params); $file_data = $curl_helper->Send(GET_LICENSE_URL); - if ( !$curl_helper->isGoodResponceCode() ) { + if ( !$curl_helper->isGoodResponseCode() ) { $this->errorMessage = 'In-Portal servers temporarily unavailable. Please contact In-Portal support personnel directly.'; } elseif (substr($file_data, 0, 5) == 'Error') {