opendcim / openDCIM

An open source (GPL v3) Data Center Inventory Management (DCIM) application.
http://opendcim.org
306 stars 205 forks source link

report_outage_simulator errors out when only choosing sub-panels #1437

Closed samilliken closed 1 year ago

samilliken commented 1 year ago

It doesn't like the srcArray being null - PHP 5 allowed the @ to bypass that, but PHP 8 apparently does not.