aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
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/DataFixtures
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/DataFixtures')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
index 1f4cafdf..09058796 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
@@ -16,11 +16,6 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
16 { 16 {
17 $settings = [ 17 $settings = [
18 [ 18 [
19 'name' => 'download_pictures',
20 'value' => '1',
21 'section' => 'entry',
22 ],
23 [
24 'name' => 'carrot', 19 'name' => 'carrot',
25 'value' => '1', 20 'value' => '1',
26 'section' => 'entry', 21 'section' => 'entry',