mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 01:25:09 +00:00
Add missing variable
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user