Skip to content
Snippets Groups Projects
Commit 2b3eb82d authored by Till Brehm's avatar Till Brehm
Browse files

Plugins module not loaded in cron debugger which prevents debugging of the Let's encrypt plugin.

parent 63b9660f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE); ...@@ -39,7 +39,7 @@ ini_set('error_reporting', E_ALL & ~E_NOTICE);
$conf['server_id'] = intval($conf['server_id']); $conf['server_id'] = intval($conf['server_id']);
// Load required base-classes // Load required base-classes
$app->uses('modules,ini_parser,file,services,getconf,system,cron,functions'); $app->uses('modules,plugins,ini_parser,file,services,getconf,system,cron,functions');
$app->load('libdatetime,cronjob'); $app->load('libdatetime,cronjob');
// Path settings // Path settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment