Update call to message_post in rss-feeds.php to allow for recent changes in function.
This commit is contained in:
parent
7ed204fc03
commit
64ff0baeaa
|
@ -94,7 +94,7 @@ foreach ($rssfiles as $rssfile) {
|
||||||
print_r($xml);
|
print_r($xml);
|
||||||
echo $body;
|
echo $body;
|
||||||
} else {
|
} 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');
|
touch($spooldir . '/' . $rssfile . '-rss-timer');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue