Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
938676a4
Commit
938676a4
authored
Jul 08, 2019
by
Till Brehm
Browse files
Fixed error in internal cron system.
parent
ae7c9c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/cron.php
View file @
938676a4
...
...
@@ -69,7 +69,7 @@ $conf['server_id'] = intval($conf['server_id']);
// Load required base-classes
$app
->
uses
(
'modules,ini_parser,file,services,getconf,system,cron,functions'
);
$app
->
uses
(
'modules,ini_parser,file,services,getconf,system,cron,functions
,plugins
'
);
$app
->
load
(
'libdatetime,cronjob'
);
// read all cron jobs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment