php 8.1 changes (#6741)

* Update dashboard_edit.php

* Update dashboard_edit.php

* Update dialplan_inbound_add.php

* Update dialplan_outbound_add.php

* Update dialplan_inbound_add.php

* Update modules.php

* Update sip_profile_edit.php
This commit is contained in:
Alex
2023-06-02 17:01:15 -06:00
committed by GitHub
parent d5a4146c57
commit 93f85e6ea4
5 changed files with 34 additions and 9 deletions

View File

@@ -244,7 +244,7 @@
}
else {
echo " <td class='hide-xs'>\n";
echo $row['module_enabled'] == 'true' ? "<strong style='color: red;'>".$text['label-stopped']."</strong>" : $text['label-stopped']." ".escape($notice);
echo $row['module_enabled'] == 'true' ? "<strong style='color: red;'>".$text['label-stopped']."</strong>" : $text['label-stopped']." ".escape($notice ?? null);
echo " </td>\n";
if (permission_exists('module_edit')) {
echo " <td class='no-link center'>";