Add missing variable

This commit is contained in:
agree
2021-01-23 23:53:36 -05:00
committed by GitHub
parent 9c9507e2e3
commit 08f5c1631c

View File

@@ -387,7 +387,7 @@
//foreach($array["variables"] as $key => $value) {
if (is_array($array["app_log"]["application"])) {
foreach ($array["app_log"]["application"] as $row) {
foreach ($array["app_log"]["application"] as $key=>$row) {
//single app
if ($key == "@attributes") {
$app_name = $row["app_name"];