diff options
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', |