Add missing variable

This commit is contained in:
agree 2021-01-23 23:53:36 -05:00 committed by GitHub
parent 9c9507e2e3
commit 08f5c1631c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"];