浏览代码

fixing yet another warning

jmunro 23 年之前
父节点
当前提交
5b95be619c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/delete_message.php

+ 4 - 0
src/delete_message.php

@@ -27,6 +27,10 @@ if (!isset($saved_draft)) {
     $saved_draft = '';
 }
 
+if (!isset($mail_sent)) {
+    $mail_sent = '';
+}
+
 $location = get_location();
 if (isset($where) && isset($what)) {
     header("Location: $location/search.php?where=" . urlencode($where) .