diff --git a/src/Post.php b/src/Post.php index d8a00f5b6..daea59316 100644 --- a/src/Post.php +++ b/src/Post.php @@ -53,6 +53,7 @@ class Post // Check message if (!empty($message)) { + // todo } elseif ($mode != 'delete') { $error_msg .= (!empty($error_msg)) ? '
' . $lang['EMPTY_MESSAGE'] : $lang['EMPTY_MESSAGE']; }