Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.2
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
We did some work to fix this is http://issues.civicrm.org/jira/browse/CRM-10500 but forgot to check the installation directory, which means the base URL is being set to https in the settings file.
One solution is to require once CRM_Utils_System and use the static function isSSL() in that (which is what I have implemented in the attached patch