codegooglecom / rend

Automatically exported from code.google.com/p/rend
Other
0 stars 0 forks source link

Error instantiating Factory with no options from FactoryLoader #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
/Rend/FactoryLoader.php ln:175

Allows instantiating the factory with no parameters if no options exist in
config, although the Rend_FactoryLoader_Factory_Abstract constructor does
not have a default value set.

Need to add default value to Rend_FactoryLoader_Factory_Abstract
constructor's $config parameter.

Original issue reported on code.google.com by konrn...@gmail.com on 23 Nov 2008 at 4:19

GoogleCodeExporter commented 9 years ago
Fixed with r316

Original comment by justin.h...@gmail.com on 24 Nov 2008 at 2:22