Skip to content

3278977: Check for null and non array types

Closes #3278977 In ShsChosenTaxonomyIndexTidDepth.php the query function expected an array as parameter but was missing proper checks and was issuing warning on null or non-array parameter. Thus, proper checks were added to end the function if parameter is not an array or is null.

Edited by ALireza keshmiry

Merge request reports