mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
fix comparison operator
This commit is contained in:
@@ -389,7 +389,7 @@
|
||||
if (is_array($array["app_log"]["application"])) {
|
||||
foreach ($array["app_log"]["application"] as $key=>$row) {
|
||||
//single app
|
||||
if ($key == "@attributes") {
|
||||
if ($key === "@attributes") {
|
||||
$app_name = $row["app_name"];
|
||||
$app_data = urldecode($row["app_data"]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user