Explorar o código

fixing yet another warning

jmunro %!s(int64=23) %!d(string=hai) anos
pai
achega
5b95be619c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) .