105c105
< 		return $section;
---
> 		return count($section) > 0 ? $section : null;

