mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
Donut: conform to PHP 5.3
This commit is contained in:
parent
7f5962dfae
commit
cf9307fcc4
@ -385,7 +385,7 @@ class Donut
|
||||
|
||||
protected function renderAttributes(array $attributes)
|
||||
{
|
||||
$html = [];
|
||||
$html = array();
|
||||
|
||||
foreach ($attributes as $name => $value) {
|
||||
if ($value === null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user