summaryrefslogtreecommitdiffstats
path: root/apis
diff options
context:
space:
mode:
Diffstat (limited to 'apis')
-rw-r--r--apis/cron.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apis/cron.inc.php b/apis/cron.inc.php
index b727b21f..7431e9ef 100644
--- a/apis/cron.inc.php
+++ b/apis/cron.inc.php
@@ -17,7 +17,7 @@ define('CRON_KEY_BLOCKED', 'cron.key.blocked');
if (($report = Request::get('crashreport', false, 'string'))) {
$list = Property::getList(CRON_KEY_STATUS);
if (empty($list)) {
- error_log('Cron crashreport triggered but no cronjob marked active.');
+ error_log('Cron crash report triggered but no cronjob marked active.');
exit(0);
}
$str = array();