summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 4c5059d14..ba92b2ee4 100644
--- a/functions.php
+++ b/functions.php
@@ -2109,6 +2109,9 @@
print "<param key=\"confirm_feed_catchup\" value=\"" .
sprintf("%d", get_pref($link, "CONFIRM_FEED_CATCHUP")) . "\"/>";
+ print "<param key=\"cdm_auto_catchup\" value=\"" .
+ sprintf("%d", get_pref($link, "CDM_AUTO_CATCHUP")) . "\"/>";
+
print "</init-params>";
}