mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Oops, fix up a bug originally added in
7d66ab2e94 when I tweaked the name of
the rss_available variable to be rss_visible, but got it wrong. Bump
the comment module to 6 so that we run the installer and clean up old
vars.
Fixes #1854.
This commit is contained in:
@@ -32,8 +32,8 @@ class Admin_Comments_Controller extends Admin_Controller {
|
||||
$form->validate();
|
||||
module::set_var("comment", "access_permissions",
|
||||
$form->comment_settings->access_permissions->value);
|
||||
module::set_var("comment", "rss_available",
|
||||
$form->comment_settings->rss_available->value);
|
||||
module::set_var("comment", "rss_visible",
|
||||
$form->comment_settings->rss_visible->value);
|
||||
message::success(t("Comment settings updated"));
|
||||
url::redirect("admin/comments");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user