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
There's an undefined variable in prism_field_formatter_view(). For me this error comes up when running cron from the admin bar:
prism_field_formatter_view()
Notice: Undefined variable: elements in prism_field_formatter_view() (line 294 of /var/www/html/web/modules/contrib/prism/prism.module).
Looks like the variable $elements is just not defined as an array yet due to a typo.
$elements
The text was updated successfully, but these errors were encountered:
Issue backdrop-contrib#3: Undefined variable elements.
0f51514
Successfully merging a pull request may close this issue.
There's an undefined variable in
prism_field_formatter_view()
. For me this error comes up when running cron from the admin bar:Looks like the variable
$elements
is just not defined as an array yet due to a typo.The text was updated successfully, but these errors were encountered: