aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.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/DataFixtures/ORM/LoadSettingData.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/DataFixtures/ORM/LoadSettingData.php')
-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',