fixes #93 automatically hide the newsletter link when clicked

This commit is contained in:
plegall
2019-06-28 14:45:05 +02:00
parent 3999bff326
commit 0ef2193471
5 changed files with 24 additions and 1 deletions
+2
View File
@@ -428,6 +428,8 @@ INSERT INTO '.$prefixeTable.'config (param,value,comment)
array(),
array('origin' => 'installation')
);
conf_update_param('show_newsletter_subscription', 'false');
}
}
}