$processed++;
$imported += (int) $this->create_article($owner_uid, $guid, $title,
- $updated, $content, $author, $sql_set_marked, $tags,
+ $link, $updated, $content, $author, $sql_set_marked, $tags,
$orig_feed_data);
if ($file && $processed % 25 == 0) {
}
// expects ESCAPED data
- private function create_article($owner_uid, $guid, $title, $updated, $content, $author, $marked, $tags, $orig_feed_data) {
+ private function create_article($owner_uid, $guid, $title, $link, $updated, $content, $author, $marked, $tags, $orig_feed_data) {
if (!$guid) $guid = sha1($link);