NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
113 stars 73 forks source link

[fix] Deprecated: Implicit conversion from float #347

Closed KayckMatias closed 1 year ago

KayckMatias commented 1 year ago

This PR fix "Deprecated: Implicit conversion from float" on Map preview Error example: Deprecated: Implicit conversion from float 1688560905.334 to int loses precision in share/server/core/classes/objects/NagVisStatefulObject.php

This fix use intval() to convert float in int

LarsMichelsen commented 1 year ago

Thanks for your contribution :)