mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -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'>";
|
||||
|
||||
Reference in New Issue
Block a user