summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-17 15:17:40 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-17 15:17:40 +0100
commit816a8beb0b77164aa60a7fe23b4b3d0881985be3 (patch)
treedca5921f4b39b7c2c911487901dd2638a492b059 /templates
parent77365fe363729efa1d2c9c668d7dc2d35c8c6a71 (diff)
add status api route5.2.4
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.cronwarning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index 54ec039f2..57eebe123 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -1,4 +1,4 @@
-<?php if ($_['cronWarning'] === 'ajaxCron') { ?>
+<?php if ($_['cronWarning']) { ?>
<div id="cron-warning">
<p><?php p($l->t('Ajax cron mode detected! Your feeds will ' .
'not be updated correctly. It is recommended to either use ' .