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/Wallabag/CoreBundle/Command | |
parent | fb9f100e8f4f3288b87536faff4b59cacc7b1efb (diff) | |
download | wallabag-b5a5377af12048e05269fc490e588c1b777cde13.tar.gz wallabag-b5a5377af12048e05269fc490e588c1b777cde13.tar.zst wallabag-b5a5377af12048e05269fc490e588c1b777cde13.zip |
Added migration for Scuttle sharing
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
1 files changed, 1 insertions, 1 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', |