Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:ecsos:monitoring
icingaweb2-module-grafana
icingaweb2-module-grafana-php8.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File icingaweb2-module-grafana-php8.patch of Package icingaweb2-module-grafana
From d59432b3a414b01df54b5dfa22b1c158afd73424 Mon Sep 17 00:00:00 2001 From: Carsten Koebke <carsten.koebke@gmx.de> Date: Wed, 14 Jul 2021 11:09:36 +0200 Subject: [PATCH] Fix for array_merge in php8. Fixes #274 --- library/Grafana/Helpers/Timeranges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: icingaweb2-module-grafana-1.4.2/library/Grafana/Helpers/Timeranges.php =================================================================== --- icingaweb2-module-grafana-1.4.2.orig/library/Grafana/Helpers/Timeranges.php +++ icingaweb2-module-grafana-1.4.2/library/Grafana/Helpers/Timeranges.php @@ -134,6 +134,6 @@ class Timeranges public static function getTimeranges() { - return call_user_func_array('array_merge', self::$timeRanges); + return call_user_func_array('array_merge', array_values(self::$timeRanges)); } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor