Closed (fixed)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2011 at 19:19 UTC
Updated:
29 Jan 2012 at 23:17 UTC
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.