aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-21 10:45:39 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-21 10:45:39 +0200
commit2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae (patch)
treec5ebedc286f93ba6609e218deeb25a379e928ae3 /src/Wallabag/CoreBundle/DataFixtures
parent645dc7594b1f4ad1813c68a1153f0d83e6e616c0 (diff)
downloadwallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.tar.gz
wallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.tar.zst
wallabag-2cbf0d05d4c342604a46dd7b1ce4c7321e3d97ae.zip
Update translation for piwik_host
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
index 9425f961..a5e1be65 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
@@ -122,7 +122,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
122 ], 122 ],
123 [ 123 [
124 'name' => 'piwik_host', 124 'name' => 'piwik_host',
125 'value' => 'http://v2.wallabag.org', 125 'value' => 'v2.wallabag.org',
126 'section' => 'analytics', 126 'section' => 'analytics',
127 ], 127 ],
128 [ 128 [