Skip to content

Commit bc265ff

Browse files
authored
gw-shortcode-attr-field-props.php: Fixed potential PHP warnings.
1 parent dffb81b commit bc265ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gravity-forms/gw-shortcode-attr-field-props.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
*/
3131
class GW_Shortcode_Attr_Field_Props {
3232

33-
private $_field_props;
33+
private $_args = array();
34+
private $_field_props = array();
3435

3536
public function __construct( $args = array() ) {
3637

0 commit comments

Comments
 (0)