We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a587d7f commit ed4b639Copy full SHA for ed4b639
1 file changed
nodeapp.php
@@ -926,6 +926,7 @@ public function v_update_sys_queue( $args ) {
926
if ( ! (isset( $args[0] ) && trim( $args[0] ) == 'daily') ) return $args;
927
if ( strpos( $hcpp->run('v-list-sys-hestia-autoupdate'), 'Enabled') == false ) return $args;
928
$this->update_all();
929
+ $hcpp->do_action( 'nodeapp_autoupdate' );
930
return $args;
931
}
932
0 commit comments