aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-09 21:34:50 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-04-09 21:34:50 +0200
commitcb48a569e0ea76a7f6ce1275ae6144d3497deb84 (patch)
treed8b30679fe0fea9a937396d47d12eb598ea745e9 /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent015e4284f0628750e5d2ce1de27fafe964286562 (diff)
downloadwallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.tar.gz
wallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.tar.zst
wallabag-cb48a569e0ea76a7f6ce1275ae6144d3497deb84.zip
Fix internal settings
Fix #1867: remove download_picture setting and manage show_printlink in material theme
Diffstat (limited to 'src/Wallabag/CoreBundle/Command/InstallCommand.php')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 6665f4b5..c5a5a519 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -232,11 +232,6 @@ class InstallCommand extends ContainerAwareCommand
232 232
233 $settings = [ 233 $settings = [
234 [ 234 [
235 'name' => 'download_pictures',
236 'value' => '1',
237 'section' => 'entry',
238 ],
239 [
240 'name' => 'carrot', 235 'name' => 'carrot',
241 'value' => '1', 236 'value' => '1',
242 'section' => 'entry', 237 'section' => 'entry',