mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-30 02:31:06 +02:00
sanity check: only check whether DAEMON_REFRESH_ONLY is defined
This commit is contained in:
parent
0b89603694
commit
55826adcec
@ -74,7 +74,7 @@
|
|||||||
$err_msg = __("config: option COUNTERS_MAX_AGE expected, but not defined");
|
$err_msg = __("config: option COUNTERS_MAX_AGE expected, but not defined");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (defined('DAEMON_REFRESH_ONLY') && DAEMON_REFRESH_ONLY != true) {
|
if (defined('DAEMON_REFRESH_ONLY')) {
|
||||||
$err_msg = __("config: option DAEMON_REFRESH_ONLY is obsolete. Please remove this option and read about other ways to update feeds on the <a href='http://tt-rss.spb.ru/trac/wiki/UpdatingFeeds'>wiki</a>.");
|
$err_msg = __("config: option DAEMON_REFRESH_ONLY is obsolete. Please remove this option and read about other ways to update feeds on the <a href='http://tt-rss.spb.ru/trac/wiki/UpdatingFeeds'>wiki</a>.");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user