dustpress
dustpress copied to clipboard
dustpress.php 689 Check if data is not empty rather than falsy
Check on line 689 if data is not empty rather than falsy. Code fails if developer wants to return false for example in the ajax function.
https://github.com/devgeniem/dustpress/blob/master/dustpress.php#L689