dustpress icon indicating copy to clipboard operation
dustpress copied to clipboard

dustpress.php 689 Check if data is not empty rather than falsy

Open Liblastic opened this issue 7 years ago • 0 comments

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

Liblastic avatar May 22 '18 10:05 Liblastic