diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-03-27 22:13:13 +0200 |
---|---|---|
committer | Jeremy Benoist <jbenoist@20minutes.fr> | 2017-03-28 14:20:14 +0200 |
commit | b5a5377af12048e05269fc490e588c1b777cde13 (patch) | |
tree | 99254e5ab9407ee8ad23182f0e26803fb0e956a6 /src | |
parent | fb9f100e8f4f3288b87536faff4b59cacc7b1efb (diff) | |
download | wallabag-b5a5377af12048e05269fc490e588c1b777cde13.tar.gz wallabag-b5a5377af12048e05269fc490e588c1b777cde13.tar.zst wallabag-b5a5377af12048e05269fc490e588c1b777cde13.zip |
Added migration for Scuttle sharing
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 | ||||
-rw-r--r-- | src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index f1179741..3c4d3f25 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -341,7 +341,7 @@ class InstallCommand extends ContainerAwareCommand | |||
341 | 'name' => 'scuttle_url', | 341 | 'name' => 'scuttle_url', |
342 | 'value' => 'http://scuttle.org', | 342 | 'value' => 'http://scuttle.org', |
343 | 'section' => 'entry', | 343 | 'section' => 'entry', |
344 | ], | 344 | ], |
345 | [ | 345 | [ |
346 | 'name' => 'share_mail', | 346 | 'name' => 'share_mail', |
347 | 'value' => '1', | 347 | 'value' => '1', |
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php index 52941a64..aaeb9ee9 100644 --- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php +++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php | |||
@@ -54,7 +54,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface | |||
54 | 'name' => 'share_scuttle', | 54 | 'name' => 'share_scuttle', |
55 | 'value' => '1', | 55 | 'value' => '1', |
56 | 'section' => 'entry', | 56 | 'section' => 'entry', |
57 | ], | 57 | ], |
58 | [ | 58 | [ |
59 | 'name' => 'shaarli_url', | 59 | 'name' => 'shaarli_url', |
60 | 'value' => 'http://myshaarli.com', | 60 | 'value' => 'http://myshaarli.com', |
@@ -64,7 +64,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface | |||
64 | 'name' => 'scuttle_url', | 64 | 'name' => 'scuttle_url', |
65 | 'value' => 'http://scuttle.org', | 65 | 'value' => 'http://scuttle.org', |
66 | 'section' => 'entry', | 66 | 'section' => 'entry', |
67 | ], | 67 | ], |
68 | [ | 68 | [ |
69 | 'name' => 'share_mail', | 69 | 'name' => 'share_mail', |
70 | 'value' => '1', | 70 | 'value' => '1', |