- πΊπΈUnited States solotandem
Change status due to lack of response.
Using an in_array function without a third parameter may cause unexpected behavior. You may see unexpected results here
I had the issue when in_array('en', ['en' => 0, 'fr' => 0]) check returned TRUE when the expected result was FALSE, adding a strict parameter resolves this issue.
Closed: works as designed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Change status due to lack of response.