mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] PHP 8.2 - Fix SugarFeedDashlet.php warning
This commit is contained in:
parent
30ebc1d90c
commit
029d201a28
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ enableQS(false);
|
|||
|
||||
$listview = preg_replace_callback(
|
||||
'/\[(\w+)\:([\w\-\d]*)\:([^\]]*)\]/',
|
||||
static function (&$matches) use ($routeConverter) {
|
||||
static function ($matches) use ($routeConverter) {
|
||||
$module = $matches[1] ?? '';
|
||||
$record = $matches[2] ?? '';
|
||||
$name = $matches[3] ?? '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue