]> git.wh0rd.org - tt-rss.git/commitdiff
sanity check: only check whether DAEMON_REFRESH_ONLY is defined
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 25 Sep 2007 04:08:29 +0000 (05:08 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 25 Sep 2007 04:08:29 +0000 (05:08 +0100)
sanity_check.php

index a4f5c05c4d00ca5cb2928795e3692384519328ba..b62e5c0a899cbaa382445f9007011d2260363351 100644 (file)
@@ -74,7 +74,7 @@
                $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>.");
 
        }