Browse Source

Start removal of component's properties setting through config array.

ADmad 12 years ago
parent
commit
275d2e0919
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/Controller/Component.php

+ 0 - 2
src/Controller/Component.php

@@ -107,8 +107,6 @@ class Component extends Object implements EventListener {
 
 		$this->config($config);
 
-		$this->_set($this->config());
-
 		if (!empty($this->components)) {
 			$this->_componentMap = $registry->normalizeArray($this->components);
 		}