Go to correct setting for installing GeoLite2 database

This commit is contained in:
JonnyWong16 2019-12-25 12:40:58 -08:00
commit 7ee1c51810

View file

@ -2846,7 +2846,7 @@ $(document).ready(function() {
});
if ("${kwargs.get('install_geoip')}" === 'true') {
gotoSetting('notifications', 'geoip_db')
gotoSetting('3rd_party_apis', 'geoip_db')
}
if ("${config['geoip_db_installed']}" > "0") {