Fix issue where null would be passed to explode

This fixes the following deprecation warning:

Deprecated
: explode(): Passing null to parameter #2 ($string) of type string is deprecated in
/var/www/html/extensions/WSArrays/src/GlobalFunctions.class.php
on line 434

Merge request reports

Loading