fix WatchScale -> EventScale
parent
7c8b99af23
commit
a7c1231b46
|
@ -44,7 +44,7 @@ else
|
|||
|
||||
if ( isset( $_REQUEST['scale'] ) ) {
|
||||
$scale = validInt($_REQUEST['scale']);
|
||||
} else if ( isset( $_COOKIE['zmWatchScale'.$event['MonitorId']] ) ) {
|
||||
} else if ( isset( $_COOKIE['zmEventScale'.$event['MonitorId']] ) ) {
|
||||
$scale = $_COOKIE['zmEventScale'.$event['MonitorId']];
|
||||
} else {
|
||||
$scale = reScale( SCALE_BASE, $event['DefaultScale'], ZM_WEB_DEFAULT_SCALE );
|
||||
|
|
Loading…
Reference in New Issue