IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

SimpleResponse objects need to be able to handle null values in lists #53

Closed eugene-davis closed 10 years ago

eugene-davis commented 10 years ago

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.