Fixed Strange behaviour when the input of the title or the message is Zero

Sounds like we might be checking for empty($message) instead of $message === ''... probably an easy fix.
 
Top Bottom