We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting a ContextError in https://github.com/contao/core-bundle/blob/master/src/Resources/contao/templates/modules/mod_articlelist.html5#L6 because the variable is not set if not articles are found in https://github.com/contao/core-bundle/blob/master/src/Resources/contao/modules/ModuleArticleList.php#L95
The text was updated successfully, but these errors were encountered:
Correctly render the article list if there are no articles (see #1351).
db5f60b
Fixed in db5f60b.
Sorry, something went wrong.
leofeyer
No branches or pull requests
I'm getting a ContextError in https://github.com/contao/core-bundle/blob/master/src/Resources/contao/templates/modules/mod_articlelist.html5#L6 because the variable is not set if not articles are found in https://github.com/contao/core-bundle/blob/master/src/Resources/contao/modules/ModuleArticleList.php#L95
The text was updated successfully, but these errors were encountered: