Open
Description
Package containing the bug
next (Drupal module)
Describe the bug
I had a question about caching:
#848
And I was debugging the code, and the sites variable is empty here:
It is later used here to invalidate the cache:
I created a new field in my article content type to assign the my_app site, but it did not work. I could not find where the setSites function is called:
Is this a a bug?