From f334a9ea1ccf986d6a7a25fd4201269c57180bf8 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 14 Dec 2017 17:34:57 +0100 Subject: [PATCH] Donut: conform to PHP 5.3 --- library/Icinga/Chart/Donut.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Chart/Donut.php b/library/Icinga/Chart/Donut.php index d139dd024b..79230a6a67 100644 --- a/library/Icinga/Chart/Donut.php +++ b/library/Icinga/Chart/Donut.php @@ -385,7 +385,7 @@ protected function encode($content) protected function renderAttributes(array $attributes) { - $html = []; + $html = array(); foreach ($attributes as $name => $value) { if ($value === null) {