We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb75dd commit ea5fe13Copy full SHA for ea5fe13
1 file changed
modules/cron/www/cron.php
@@ -16,4 +16,4 @@
16
17
$controller = new Controller\Cron($config, $session);
18
$response = $controller->run($tag, $key, $output);
19
-$response->show();
+$response->send();
0 commit comments