Skip to content
New issue

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

[BUG] missing check to see if fulldescription is set in collprofiles.php #2062

Open
mickley opened this issue Jan 14, 2025 · 0 comments
Open
Assignees
Labels

Comments

@mickley
Copy link
Collaborator

mickley commented Jan 14, 2025

There's a minor issue with an undefined variable in:

<div class="coll-description bottom-breathing-room-rel"><?= $collData['fulldescription'] ?></div>

It's possible for $collData to be undefined. Add an isset($collData['fulldescription']) check before printing out this div, as in the line below it for $collData['resourcejson'].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Organize
Development

No branches or pull requests

3 participants