1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Fix internal settings

Fix #1867: remove download_picture setting and manage show_printlink in material theme
This commit is contained in:
Nicolas Lœuillet 2016-04-09 21:34:50 +02:00
parent 015e4284f0
commit cb48a569e0
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
5 changed files with 13 additions and 12 deletions

View file

@ -231,11 +231,6 @@ class InstallCommand extends ContainerAwareCommand
$em->createQuery('DELETE FROM CraueConfigBundle:Setting')->execute();
$settings = [
[
'name' => 'download_pictures',
'value' => '1',
'section' => 'entry',
],
[
'name' => 'carrot',
'value' => '1',