Skip to content

Commit 9bb75dd

Browse files
committed
Fix cron-module for oldui; Closes simplesamlphp#1181
1 parent 00a48b7 commit 9bb75dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/cron/www/cron.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
$controller = new Controller\Cron($config, $session);
1818
$response = $controller->run($tag, $key, $output);
19-
$response->send();
19+
$response->show();

modules/cron/www/croninfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
$controller = new Controller\Cron($config, $session);
1818
$response = $controller->info();
19-
$response->send();
19+
$response->show();

0 commit comments

Comments
 (0)