Forums
(@crest1314)
6 years, 11 months ago
I fixed this problem by adding some code in the /plugins/favorites/app/Entities/User/UserRepository.php
if($favorites==null){ $favorites = []; }