alnv / catalog-manager

Backend Module ohne Programmierkenntnisse erstellen.
https://catalog-manager.org
33 stars 8 forks source link

Fix type error in CatalogView #348

Closed fritzmg closed 2 years ago

fritzmg commented 2 years ago

This fixes the following error under PHP 8:

TypeError:
array_filter(): Argument #1 ($array) must be of type array, string given

  at vendor\alnv\catalog-manager\library\alnv\CatalogView.php:1154
  at array_filter('')
fritzmg commented 2 years ago

Looks like you fixed it differently in https://github.com/alnv/catalog-manager/commit/696ed9ccc0fe872a0961d65ea8562bbcf4a2fdaf now ;)