Commit Graph

13 Commits

Author SHA1 Message Date
markjcrane c5f7e61c82 Update group files prevent null errors. 2023-05-15 22:38:46 -06:00
frytimo fef8165be2
Frytimo pr patches for php8.1 (#6630)
* Passing null to parameter #2 ($string) of type string is deprecated

* Passing null to parameter #1 ($string) of type string is deprecated

* php 8.1 fixes

* php 8.1 fixes - replace strlen($var) > 0 with !empty($var)

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - replace ${var} with {$var}

* php 8.1 fixes - strlower with null

* php 8.1 fixes - strreplace with null

* php 8.1 fixes - passing null to base64_decode

* php 8.1 fixes - check for false and check for null on $this->dir

* php 8.1 fixes - remove assignment of $db variable to modules object

* php 8.1 fixes - avoid sending null to substr

* php 8.1 fixes - change ${var} to {$var}

* php 8.1 fixes - check for null before preg_replace

* php 8.1 fixes - remove setting db variable on domains object

* php 8.1 fixes - set empty string if $row['domain_setting_subcategory'] is null

* php 8.1 fixes - set empty string if $_REQUEST['show'] is not available

* php 8.1 fixes

* php 8.1 fixes - correct $_POST checking syntax

* php 8.1 fixes - correct $_POST variables

* php 8.1 fixes

* Use brackets consistently

* Update user_setting_edit.php

* Change to not empty

* Update device.php

* Update text.php

---------

Co-authored-by: Tim Fry <tim@voipstratus.com>
Co-authored-by: FusionPBX <markjcrane@gmail.com>
2023-05-05 10:46:37 -06:00
markjcrane d50bcb476a Replace root.php 2022-10-10 16:35:14 -06:00
Nate b2d0bc504a Group - Copy: Fix duplicate permissions issue. 2020-09-29 16:33:44 -06:00
FusionPBX abce6119eb
Update group_edit.php 2020-05-08 19:19:42 -06:00
Nate 97eec1da04 Template, Core Apps: Update to new modal. 2020-03-25 16:48:12 -06:00
Nate 3774fa95fe Group Members/Permissions/Edit - Minor improvements (maybe). 2020-03-06 15:25:08 -07:00
Nate f8c74e6586 Multiple: Add IDs to common/default action buttons. 2020-03-05 10:01:09 -07:00
Nate 6b5a45ce65 Groups - List: Minor adjutsments, Edit: Button updates. 2020-02-10 10:32:31 -07:00
Nate 033ea6c5a3 Group Edit: Fix Global label. 2020-02-03 09:29:51 -07:00
Nate 0c4344e993 Groups: Add window title. 2020-01-06 12:23:32 -07:00
FusionPBX 2bf70d718d Update group_edit.php 2019-12-08 01:23:38 -07:00
FusionPBX f18f5402b4 Create group_edit.php 2019-12-08 00:52:32 -07:00