missing array check in PickListUtils.php
After Upgrade to v7.2 any reports are empty. The problem is in PickListUtils.php is a missing array check for
lang. <br> if(
lang[$pick_val] != ''){ After check if
lang is an array: <br> if(is_array(
lang) && lang[
pick_val] != ''){ I see the reports again