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.
| Comment | File | Size | Author |
|---|---|---|---|
| feedssource-fix-function-comments.patch | 535 bytes | slcp |
Comments
Comment #1
slcp commentedAs this is pretty obvious and simple - changing status.
Comment #2
emackn commentedcommitted.
Comment #4
dave reidCommitted this to 6.x-1.x as well.