diff options
-rw-r--r-- | modules-available/locationinfo/inc/locationinfohooks.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules-available/locationinfo/inc/locationinfohooks.inc.php b/modules-available/locationinfo/inc/locationinfohooks.inc.php index d6559788..15c4dc19 100644 --- a/modules-available/locationinfo/inc/locationinfohooks.inc.php +++ b/modules-available/locationinfo/inc/locationinfohooks.inc.php @@ -51,9 +51,7 @@ class LocationInfoHooks $browser = 'chromium chrome'; } else { $browser = 'slxbrowser slx-browser'; - if (isset($data['split-login']) && $data['split-login']) { - $data['interactive'] = 1; - } + $data['interactive'] = (isset($data['split-login']) && $data['split-login']); } ConfigHolder::add('SLX_BROWSER', $browser, 1000); } |