mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
parent
f98a2a0fc3
commit
0c83fd5994
13 changed files with 510 additions and 61 deletions
|
@ -198,6 +198,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
$config = new Config($user);
|
||||
$config->setTheme($this->getContainer()->getParameter('theme'));
|
||||
$config->setItemsPerPage($this->getContainer()->getParameter('items_on_page'));
|
||||
$config->setRssLimit($this->getContainer()->getParameter('rss_limit'));
|
||||
$config->setLanguage($this->getContainer()->getParameter('language'));
|
||||
|
||||
$em->persist($config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue