Skip to content
Snippets Groups Projects
Commit 30cf7fee authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #5492 from owncloud/admin-forcesslwrongid

Fixed wrong id when reading checkbox value for force SSL setting
parents e95ad29d 5aeafab9
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,6 @@ $(document).ready(function(){
});
$('#security').change(function(){
$.post(OC.filePath('settings','ajax','setsecurity.php'), { enforceHTTPS: $('#enforceHTTPSEnabled').val() },function(){} );
$.post(OC.filePath('settings','ajax','setsecurity.php'), { enforceHTTPS: $('#forcessl').val() },function(){} );
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment