summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-04 09:22:24 +0300
committerAndrew Dolgov <[email protected]>2021-03-04 09:22:24 +0300
commit5eb0f3d640374a82a026164942adc79bb1262576 (patch)
tree1227d76bb1184b4e505ea53ca49ea3252ac9512d /classes/rssutils.php
parente19570f422df8e4ba0d604b517efad111def9a23 (diff)
bring back web dbupdate using new migrations system
Diffstat (limited to 'classes/rssutils.php')
-rwxr-xr-xclasses/rssutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index 0d78e0ec7..9480c0b0b 100755
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -55,7 +55,7 @@ class RSSUtils {
static function update_daemon_common($limit = null, $options = []) {
if (!$limit) $limit = Config::get(Config::DAEMON_FEED_LIMIT);
- if (Config::get_schema_version() != Db_Updater::SCHEMA_VERSION) {
+ if (Config::get_schema_version() != Config::SCHEMA_VERSION) {
die("Schema version is wrong, please upgrade the database.\n");
}