"browser_update" is integer, not boolean
This commit is contained in:
parent
6adf76c689
commit
c8a3fea091
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class Display extends BaseSettings
|
|||
$stay_local = (bool)$request['stay_local'];
|
||||
$show_page_drop = (bool)$request['show_page_drop'];
|
||||
$preview_mode = (int)$request['preview_mode'];
|
||||
$browser_update = (bool)$request['browser_update'];
|
||||
$browser_update = (int)$request['browser_update'];
|
||||
if ($browser_update != -1) {
|
||||
$browser_update = $browser_update * 1000;
|
||||
if ($browser_update < 10000) {
|
||||
|
|
Loading…
Add table
Reference in a new issue