Closed (fixed)
Project:
Subscription
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
17 Oct 2005 at 13:40 UTC
Updated:
21 Oct 2005 at 05:29 UTC
on line 693 second argument was missing, so i just put 0 and it worked
$subject = '['.variable_get('site_name', 'drupal').']'.t('Notification from subscriptions');
L693 $from = variable_get("site_mail",0);
$user = user_load(array('uid' => $uid));
Comments
Comment #1
ee commentedThx, but alread fixed in cvs.