We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54dca10 commit 8a02f86Copy full SHA for 8a02f86
app/code/core/Mage/Api2/Model/Resource/Validator/Fields.php
@@ -58,7 +58,7 @@ class Mage_Api2_Model_Resource_Validator_Fields extends Mage_Api2_Model_Resource
58
*
59
* @var array
60
*/
61
- protected $_requiredFields;
+ protected $_requiredFields = array();
62
63
/**
64
* Construct. Set all depends.
0 commit comments