From 00a35fe1e10bf1f760cf17a08619d3d1a6e9b79a Mon Sep 17 00:00:00 2001
From: Chris Leppanen <chris.leppanen@gmail.com>
Date: Tue, 14 Oct 2014 14:43:01 -0700
Subject: [PATCH] Issue #2248009 by twistor | djdevin: Fixed Remove the
 population of ->source_config from FeedsPlugin.

---
 plugins/FeedsPlugin.inc | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/plugins/FeedsPlugin.inc b/plugins/FeedsPlugin.inc
index fbce296e..636a6bc7 100644
--- a/plugins/FeedsPlugin.inc
+++ b/plugins/FeedsPlugin.inc
@@ -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.
    *
-- 
GitLab