Files
Kanboard-Prod/app/Helper/HookHelper.php
Alex Watson 6cadf82a63 Fixing variables being shared between plugins
If two plugins used the same hook, the variables they use aren't cleaned out in between running each of them. This is a super simple change creating a placeholder composite object that doesn't retain any changes between plugins.
2021-02-21 20:15:58 -08:00

2.4 KiB