Skip to content

Commit e838f14

Browse files
committed
cron: Output 'ok'
1 parent 77c0e12 commit e838f14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

upload/catalog/controller/extension/module/webwinkelkeur.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public function cron() {
4949
http_response_code(500);
5050
echo htmlentities($e->getMessage());
5151
}
52+
53+
echo "ok";
5254
}
5355

5456
private function getRichSnippet() {

0 commit comments

Comments
 (0)