Aleksander Machniak
2013-09-01 5a8ee396a15085941257d66751164d0fa5027843
Fix "PHP Warning:  Missing argument 1 for rcmail_compose_attachment_field()"
1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -1434,7 +1434,7 @@
}
function rcmail_compose_attachment_field($attrib)
function rcmail_compose_attachment_field($attrib = array())
{
  $attrib['type'] = 'file';
  $attrib['name'] = '_attachments[]';