librenms-plugins / Weathermap

MIT License
65 stars 52 forks source link

Fix deprecated use of curly brackets for string offsets. #98

Closed holmie closed 1 year ago

holmie commented 1 year ago

Minor change, fixing: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /opt/librenms/html/plugins/Weathermap/check.php on line 261

Tested with PHP 8.1.14 and PHP 8.1.2

BarbarossaTM commented 1 year ago

Thanks!