There are many lists that are handed off to the Response objects, such as linkList, and currently it throws an error anytime there is one that is null, due to the use of implode. The implode function (and other related functions that access the list arrays) needs to be wrapped so that this stops happening.
There are many lists that are handed off to the Response objects, such as linkList, and currently it throws an error anytime there is one that is null, due to the use of implode. The implode function (and other related functions that access the list arrays) needs to be wrapped so that this stops happening.