From 7d66ab2e949bc915f108737f08cac2f9057ef729 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 29 Mar 2012 13:06:44 -0700 Subject: Improve comment RSS feed visibility, initially added by Thomas E. Horner in fc942aacda07346fa9af04853659eaeac1e766d3. Change some variable names, refactor out visibility checking code, actually check visibility at generation time instead of just suppressing the UI, update module.info Fixes #1829. --- modules/comment/helpers/comment_installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/helpers/comment_installer.php') diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php index e8d5e82c..a64064f6 100644 --- a/modules/comment/helpers/comment_installer.php +++ b/modules/comment/helpers/comment_installer.php @@ -78,7 +78,7 @@ class comment_installer { } if ($version == 4) { - module::set_var("comment", "rss_available", "both"); + module::set_var("comment", "rss_visible", "all"); module::set_version("comment", $version = 5); } } -- cgit v1.2.3