Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.2
-
Fix Version/s: 3.0
-
Component/s: CiviCRM API
-
Labels:None
Description
civicrm\CRM\Utils\System\joomla.php contains old Joomla code such as
static function mapConfigToSSL( )
{ global $mosConfig_live_site; $mosConfig_live_site = str_replace( 'http://', 'https://', $mosConfig_live_site ); }and other globals.
I'm not sure yet if this is actually used, but that code should either be updated or dropped if not being used.