mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix short array syntax in DashboardConfig
This commit is contained in:
parent
9bc9b78643
commit
34344915f2
@ -55,7 +55,7 @@ class DashboardConfig extends Config
|
||||
*/
|
||||
public static function listConfigFilesForUser(User $user)
|
||||
{
|
||||
$files = [];
|
||||
$files = array();
|
||||
$dashboards = static::resolvePath('dashboards');
|
||||
if ($handle = @opendir($dashboards)) {
|
||||
while (false !== ($entry = readdir($handle))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user