Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
made $initializedPlugins an array by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielss89 committed Apr 14, 2014
1 parent 5a9808d commit 7422a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Form/FormElementManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class FormElementManager extends AbstractPluginManager
* Keep track of which plugins have been intizalied
* @var array
*/
protected $initializedPlugins;
protected $initializedPlugins = array();

/**
* Don't share form elements by default
Expand Down

0 comments on commit 7422a45

Please sign in to comment.