Closed (fixed)
Project:
Printer, email and PDF versions
Version:
5.x-4.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2009 at 07:11 UTC
Updated:
16 Oct 2009 at 20:40 UTC
since updating to version 4.8 I receive an error while sending a page via email. The function works, but the event log shows an error:
Missing argument 1 for print_mail_form() in ...xxx/modules/print/print_mail/print_mail.inc in line 21.
any suggestions ?
Comments
Comment #1
jcnventuraYou're right.. The print_mail form was originally developed in Drupal 6 and back-ported to Drupal 5, so I didn't see that I had left that argument there.
It's quite harmless but I will fix it as soon as possible.
João
Comment #2
jcnventuraI have removed the extra argument in the current CVS version.
Comment #3
ralfvk commentedthanks, it's still fixed in the latest release too (5.x-4.9)