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

Fix taskweek.php undefined variables #203

Closed
wants to merge 1 commit into from

Conversation

dragonflyfree
Copy link
Contributor

@dragonflyfree dragonflyfree commented Aug 31, 2023

Checklist

  • I'm using the correct PHP Version (7.4 for current, 7.2 for legacy).
  • I've added comments to any new methods I've created or where else relevant.
  • I've replaced magic method usage on DbService classes with the getInstance() static method.
  • I've written any documentation for new features or where else relevant in the docs repo.

Fixes #202 by checking whether members or group exist and, if not, send them to the template as an empty array instead of null

Changelog

refs:
issues: #202

Other Information

Docs pull request:

@dragonflyfree dragonflyfree changed the base branch from master to develop August 31, 2023 04:10
@dragonflyfree dragonflyfree changed the title Fix/task week undefined variables Fix taskweek.php undefined variables Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undefined variable warnings on Task module's "Activity" action
3 participants