Skip to content

Commit

Permalink
Donut: conform to PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Jan 24, 2018
1 parent cf85e66 commit f334a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Chart/Donut.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ protected function encode($content)

protected function renderAttributes(array $attributes)
{
$html = [];
$html = array();

foreach ($attributes as $name => $value) {
if ($value === null) {
Expand Down

0 comments on commit f334a9e

Please sign in to comment.