Skip to content

Commit 8a6413c

Browse files
committed
prefix action namespace
1 parent a0a56ba commit 8a6413c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodered.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class NodeRED {
1717
public function __construct() {
1818
global $hcpp;
1919
$hcpp->nodered = $this;
20-
$hcpp->add_action( 'invoke_plugin', array( $this, 'setup' ) );
20+
$hcpp->add_action( 'hcpp_invoke_plugin', array( $this, 'setup' ) );
2121
$hcpp->add_action( 'render_page', array( $this, 'render_page' ) );
2222
}
2323

0 commit comments

Comments
 (0)