diff --git a/Rocksolid_Light/rslight/scripts/rss-feeds.php b/Rocksolid_Light/rslight/scripts/rss-feeds.php index fef9bb4..81cc784 100755 --- a/Rocksolid_Light/rslight/scripts/rss-feeds.php +++ b/Rocksolid_Light/rslight/scripts/rss-feeds.php @@ -94,7 +94,7 @@ foreach ($rssfiles as $rssfile) { print_r($xml); echo $body; } else { - echo message_post($RSS['message_subject'], $RSS['postfrom'], $RSS['newsgroup'], null, $body, null, null, null, $followupto) . "\n"; + echo message_post($RSS['message_subject'], $RSS['postfrom'], $RSS['newsgroup'], null, $body, null, null, null, null, $followupto) . "\n"; touch($spooldir . '/' . $rssfile . '-rss-timer'); } }