Skip to content

Commit

Permalink
Merge branch 'develop' into avoid_double_links
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 18, 2024
2 parents 8598d16 + b774612 commit 53f7fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/DolibarrModules.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ public function insert_cronjobs()
$cronjob->command = $command;
$cronjob->params = $params;
$cronjob->md5params = $md5params;
$cronjob->comment = $comment;
$cronjob->note_private = $comment;
$cronjob->frequency = $frequency;
$cronjob->unitfrequency = $unitfrequency;
$cronjob->priority = $priority;
Expand Down

0 comments on commit 53f7fe5

Please sign in to comment.