at line 246 of notify.inc the line reads:

 $body .= t('%count new comments attached to %type posted by author: %title', 

// it should be 

 $body .= t('%count new comments attached to %type posted by %author: %title', 

Cheers,
Alliax

Comments

RobRoy’s picture

Assigned: Unassigned » RobRoy
Status: Active » Fixed

Fix committed to HEAD. Please download the latest version from HEAD CVS and test with Drupal 4.7.x. Let me know if this fixes the problem and I'll backport the change to DRUPAL-4-7.

alliax’s picture

Hello, I don't know if you're talking to me only, but I did the change that I showed you and of course it works fine, it simply a missing % nothing to test about.

Anonymous’s picture

Status: Fixed » Closed (fixed)