Skip to content

Commit 938676a

Browse files
author
Till Brehm
committed
Fixed error in internal cron system.
1 parent ae7c9c6 commit 938676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171
// Load required base-classes
72-
$app->uses('modules,ini_parser,file,services,getconf,system,cron,functions');
72+
$app->uses('modules,ini_parser,file,services,getconf,system,cron,functions,plugins');
7373
$app->load('libdatetime,cronjob');
7474

7575
// read all cron jobs

0 commit comments

Comments
 (0)