Skip to content

Commit

Permalink
Update DolibarrModules.class.php
Browse files Browse the repository at this point in the history
Issue Dolibarr#31816 to enable finalisation of installation on step 5
  • Loading branch information
Delthair committed Nov 14, 2024
1 parent 1d1c381 commit 45171b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/core/modules/DolibarrModules.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,8 @@ public function insert_cronjobs()
include_once DOL_DOCUMENT_ROOT . '/cron/class/cronjob.class.php';

global $conf, $user;
$user = new User($this->db);
}

$err = 0;

Expand Down

0 comments on commit 45171b5

Please sign in to comment.