Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d committed Mar 27, 2016
1 parent e19d6b7 commit 16a8f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_config/model/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function save($data)
return false;
}

// Check if we need to verify the SSL certificate
// Check if we can set the Force SSL option
if ((int) $data['force_ssl'] !== 0 && (int) $data['force_ssl'] !== (int) JFactory::getConfig()->get('force_ssl', '0'))
{
try
Expand Down

0 comments on commit 16a8f91

Please sign in to comment.