Morning all,
This has been patched to the latest release code and will be documented for the v4.0 release. To manually patch, open:
includes/class.file.php
Find: (around line 51)
if ($downloadToken != null)
Replace with:
if ($downloadToken !== null)
(note the extra equals)
As usual, drop...