Whilst browsing FeedsSource.inc looking for ways in which I can get feeds to do what I want I noticed that comments describing the public functions sourceSave() and sourceDelete() appeared to be the wrong way round, ie.

  /**
   * A source is being deleted.
   */
  public function sourceSave(FeedsSource $source);

  /**
   * A source is being saved.
   */
  public function sourceDelete(FeedsSource $source);

The attached patch just switches the comments round.

CommentFileSizeAuthor
feedssource-fix-function-comments.patch535 bytesslcp

Comments

slcp’s picture

Status: Active » Needs review

As this is pretty obvious and simple - changing status.

emackn’s picture

Status: Needs review » Fixed

committed.

Status: Fixed » Closed (fixed)

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

dave reid’s picture

Committed this to 6.x-1.x as well.