Skip to content
Snippets Groups Projects
Commit 107d0cf1 authored by slcp's avatar slcp Committed by Eric Mckenna
Browse files

Issue #1382208 by slcp: Fixed FeedsSource.inc sourceSave() and

sourceDelete() function descriptions are the wrong way round.
parent 942e8aae
No related branches found
No related tags found
No related merge requests found
......@@ -54,12 +54,12 @@ interface FeedsSourceInterface {
public function sourceFormValidate(&$source_config);
/**
* A source is being deleted.
* A source is being saved.
*/
public function sourceSave(FeedsSource $source);
/**
* A source is being saved.
* A source is being deleted.
*/
public function sourceDelete(FeedsSource $source);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment