Browse Source

Missing var

Thijs Kinkhorst 23 years ago
parent
commit
32ce85f680
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/compose.php

+ 1 - 0
src/compose.php

@@ -43,6 +43,7 @@ if ( isset($_SESSION['composesession']) ) {
     $composesession = $_SESSION['composesession'];
     $composesession = $_SESSION['composesession'];
 }
 }
 sqextractGlobalVar('action');
 sqextractGlobalVar('action');
+sqextractGlobalVar('send');
 sqextractGlobalVar('session');
 sqextractGlobalVar('session');
 sqextractGlobalVar('mailbox');
 sqextractGlobalVar('mailbox');
 sqextractGlobalVar('identity');
 sqextractGlobalVar('identity');