diff options
author | Martin Fischer <martin@push-f.com> | 2022-10-13 01:37:10 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-10-13 01:37:26 +0200 |
commit | 86d3f8812a72527fc357976fd441a4082abe66af (patch) | |
tree | 3cbcc1a2c3802cdef3dcac9e45837d08f2612f7d /Vote.php | |
parent | cef43844e3c6d9b7fabb50e40cd0a90b2bcc003c (diff) |
fix: undefined variable endDate
Diffstat (limited to 'Vote.php')
-rw-r--r-- | Vote.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ class VoteHooks { }; $voteClosed = false; + $endDate = null; $end = $args['end'] ?? null; unset($args['end']); |