Skip to content
Snippets Groups Projects
Commit 9bb75dd2 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix cron-module for oldui; Closes #1181

parent 00a48b74
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,4 @@ $output = $request->get('output');
$controller = new Controller\Cron($config, $session);
$response = $controller->run($tag, $key, $output);
$response->send();
$response->show();
......@@ -16,4 +16,4 @@ $session = Session::getSessionFromRequest();
$controller = new Controller\Cron($config, $session);
$response = $controller->info();
$response->send();
$response->show();
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