Skip to content

Fix a PHP7.2 warning when a channel has no cards.

Mario requested to merge dawnbreak:dev into dev

Created by: dawnbreak

The count() function threw a warning when the channel has no cards, because of uninitialized variable.

Merge request reports