aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/InstallCommand.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-10 09:49:10 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-10 09:49:10 +0200
commit19a7ea2a44548f312ea132afa76a8e5503a2f5e2 (patch)
tree1242659bb3fdb83dab87e97108ea18df619f5b0a /src/Wallabag/CoreBundle/Command/InstallCommand.php
parent2504fe46ed8090f52a12e627f7d6eff100eee4b4 (diff)
parentcb48a569e0ea76a7f6ce1275ae6144d3497deb84 (diff)
downloadwallabag-19a7ea2a44548f312ea132afa76a8e5503a2f5e2.tar.gz
wallabag-19a7ea2a44548f312ea132afa76a8e5503a2f5e2.tar.zst
wallabag-19a7ea2a44548f312ea132afa76a8e5503a2f5e2.zip
Merge pull request #1896 from wallabag/v2-fix-internal-settings
Fix internal settings
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',