@@ -306,7 +306,9 @@ EOF;
*/
public function __construct()
{
- parent::__construct(\$this->getDefaultParameters());
+ parent::__construct();
+
+ \$this->parameters = \$this->getDefaultParameters();
}
EOF;