Skip to content

Commit

Permalink
fix: fatal on install step-5 (#31954)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Destailleur <[email protected]>
  • Loading branch information
evarisk-kilyan and eldy authored Nov 16, 2024
1 parent 830d0be commit a811e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/modules/DolibarrModules.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,7 @@ public function insert_cronjobs()
// phpcs:enable
include_once DOL_DOCUMENT_ROOT . '/core/class/infobox.class.php';
include_once DOL_DOCUMENT_ROOT . '/cron/class/cronjob.class.php';
include_once DOL_DOCUMENT_ROOT . '/user/class/user.class.php';

global $conf, $user;

Expand Down

0 comments on commit a811e06

Please sign in to comment.