Skip to content

[FIX]Fixing accessing null value in Categorylist formatter

  • This merge request addresses an issue encountered in the Categorylist formatter where accessing a null value resulted in an error. The problem was resolved by adding a check to ensure that the variable $p_info is not null before attempting to access its 'name' key.
Edited by Ashuza Destin

Merge request reports