Skip to content
Snippets Groups Projects
Commit 00a35fe1 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Issue #2248009 by twistor | djdevin: Fixed Remove the population of...

Issue #2248009 by twistor | djdevin: Fixed Remove the population of ->source_config from FeedsPlugin.
parent d47d2934
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,6 @@ class FeedsResult {}
*/
abstract class FeedsPlugin extends FeedsConfigurable implements FeedsSourceInterface {
/**
* Constructor.
*
* Initialize class variables.
*/
protected function __construct($id) {
parent::__construct($id);
$this->source_config = $this->sourceDefaults();
}
/**
* Returns the type of plugin.
*
......
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