Posts by Author

Rob Loach - June 29, 2008 - 02:14
Project:Ping.fm
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

<?php
$result
= pingfm_post(t($node->pingfm['format'], $replacements), $node->pingfm['method'], $node->title);
?>

Should be:

<?php
$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!

#1

dmitrig01 - July 2, 2008 - 17:39
Version:» 6.x-1.x-dev
Status:active» fixed

Done

#2

Anonymous (not verified) - July 23, 2008 - 10:56
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.