Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug correction to finalise step 5 of installation
  • Loading branch information
Delthair authored Nov 14, 2024
1 parent ed6bf37 commit 6505e95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/core/modules/DolibarrModules.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,10 @@ public function insert_cronjobs()

global $conf, $user;

if (empty($user)) {
$user = new User($this->db);
}

$err = 0;

if (is_array($this->cronjobs)) {
Expand Down

0 comments on commit 6505e95

Please sign in to comment.