query-monitor
query-monitor copied to clipboard
Fix PHP notices if variable undefined in http.php
Exit foreach loop early if certain data are not defined. When undefined they cause many PHP notices.
Fixes https://github.com/johnbillion/query-monitor/issues/500
Possibly related #446