- πΊπΈUnited States smustgrave
Curious if anyone has had a chance to test this? Triaging the D7 queue.
The following is wrong in all renderers:
if (key($settings) == 'quicktabs') {
Because, the key of the settings can be a number as well, and not just a string.
If the key is a number then the comparison will be TRUE. Then the $qtkey variable will have a wrong value.
To fix it, simply the === has to be used.
Postponed: needs info
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Curious if anyone has had a chance to test this? Triaging the D7 queue.