Fix array checking method in 2 places, add array check in one location for af_readability
See: https://tt-rss.org/gitlab/fox/tt-rss/merge_requests/19
Update method of array checking to is_array() in 2 locations, add the same check in another location that could have compared a NULL.
See merge request !20