diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-04-10 09:49:10 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-04-10 09:49:10 +0200 |
commit | 19a7ea2a44548f312ea132afa76a8e5503a2f5e2 (patch) | |
tree | 1242659bb3fdb83dab87e97108ea18df619f5b0a /src/Wallabag/CoreBundle/Command | |
parent | 2504fe46ed8090f52a12e627f7d6eff100eee4b4 (diff) | |
parent | cb48a569e0ea76a7f6ce1275ae6144d3497deb84 (diff) | |
download | wallabag-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')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 5 |
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', |