Skip to content

Commit

Permalink
Merge pull request #1104 from dawehner/views-development
Browse files Browse the repository at this point in the history
Fix it
  • Loading branch information
weitzman committed Jan 17, 2015
2 parents 9d2f4f4 + 36e1d39 commit 05c4bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/core/views.d8.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function drush_views_dev() {
'ui.show.display_embed' => TRUE,
);

$config = \Drupal::config('views.settings');
$config = \Drupal::configFactory()->getEditable('views.settings');

foreach ($settings as $setting => $value) {
$config->set($setting, $value);
Expand Down

0 comments on commit 05c4bad

Please sign in to comment.