Skip to content

Commit

Permalink
Function had to be public - Issue #330
Browse files Browse the repository at this point in the history
  • Loading branch information
mahype committed Nov 23, 2016
1 parent c886994 commit 0c725e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/actions/models/class-form-action.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ abstract class Torro_Form_Action extends Torro_Base {
*
* @since 1.0.0
*/
protected function __construct() {
public function __construct() {
parent::__construct();

add_action( 'torro_formbuilder_save', array( $this, 'save' ), 10, 1 );
Expand Down

0 comments on commit 0c725e8

Please sign in to comment.