Closed (fixed)
Project:
Ping.fm
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2008 at 02:14 UTC
Updated:
23 Jul 2008 at 10:56 UTC
$result = pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title);
Should be:
$result = pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title, user_load($node->uid));
So that posts are submitted by the original author of the node. Thanks Dmitri!
Comments
Comment #1
dmitrig01 commentedDone
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.