alecpl
2009-09-17 78925f8f1a9afb9475a9cf9ad1b35daade23da85
program/steps/mail/sendmdn.inc
@@ -19,6 +19,9 @@
*/
// only process ajax requests
if (!$OUTPUT->ajax_call)
  return;
if (!empty($_POST['_uid'])) {
  $sent = rcmail_send_mdn(get_input_value('_uid', RCUBE_INPUT_POST), $smtp_error);