Skip to content

Conversation

@filippolauria
Copy link

Fix for the following error (PHP version 8.1.2):

PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported.
Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /libchart/classes/view/chart/PieChart.php on line 67

Fix for the following error (PHP version 8.1.2):

PHP Fatal error: Unparenthesized a ? b : c ? d : e is not supported.
Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in /libchart/classes/view/chart/PieChart.php on line 67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant