Forgot to globalize one variable in last commit
[squirrelmail.git] / src / compose.php
index cbde37838c6e033a72a64846f3d206f062ac25b3..4f4c1eaf16e0af318455b38915920c5610af9bcf 100644 (file)
@@ -1088,7 +1088,7 @@ function getMessage_RFC822_Attachment($message, $composeMessage, $passed_id,
 function showInputForm ($session, $values=false) {
     global $send_to, $send_to_cc, $send_to_bcc,
         $body, $startMessage, $action, $attachments,
-        $use_signature, $signature, $prefix_sig,
+        $use_signature, $signature, $prefix_sig, $session_expired,
         $editor_size, $editor_height, $subject, $newmail,
         $use_javascript_addr_book, $passed_id, $mailbox,
         $from_htmladdr_search, $location_of_buttons, $attachment_dir,