Skip to content

Commit ed4b639

Browse files
committed
update
1 parent a587d7f commit ed4b639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodeapp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ public function v_update_sys_queue( $args ) {
926926
if ( ! (isset( $args[0] ) && trim( $args[0] ) == 'daily') ) return $args;
927927
if ( strpos( $hcpp->run('v-list-sys-hestia-autoupdate'), 'Enabled') == false ) return $args;
928928
$this->update_all();
929+
$hcpp->do_action( 'nodeapp_autoupdate' );
929930
return $args;
930931
}
931932
}

0 commit comments

Comments
 (0)