mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix color_adjust rgb error
This commit is contained in:
@@ -1231,6 +1231,7 @@
|
||||
if (substr_count($color, 'rgb') != 0) {
|
||||
$color = str_replace('rgb', '', $color);
|
||||
$color = str_replace('a(', '', $color);
|
||||
$color = str_replace('(', '', $color);
|
||||
$color = str_replace(')', '', $color);
|
||||
$wrapper = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user