Development

#2066 (Documentation error : initialize())

You must first sign up to be able to contribute.

Ticket #2066 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

Documentation error : initialize()

Reported by: nicolas.charlot Assigned to: francois
Priority: minor Milestone:
Component: sfFeed2Plugin Version: 1.0.0
Keywords: Cc:
Qualification:

Description

It seems that the right key is 'pubDate' rather than 'pudate'.

$item->initialize(array(
  ...
  'pubDate'     => $post->getCreatedAt(),
  ...
));

Attachments

feed2plugin-pubdate.patch (0.6 kB) - added by eckhofer on 09/08/07 15:47:30.
minimalistic patch to fix this

Change History

09/08/07 15:47:30 changed by eckhofer

  • attachment feed2plugin-pubdate.patch added.

minimalistic patch to fix this

09/08/07 15:58:29 changed by davedash

  • status changed from new to closed.
  • resolution set to fixed.
  • qualification set to Unreviewed.

closed in r5007