Skip to content

Commit

Permalink
Fixed update function writes incorrecty value back to field storage d…
Browse files Browse the repository at this point in the history
…efinitions
  • Loading branch information
Berdir committed Dec 24, 2015
1 parent 5b7a6df commit 9d71dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pathauto.install
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function pathauto_update_8001() {
$options['type'] = 'path';
$path_definition->setDisplayOptions('form', $options);
// Save the new value.
$collection->set($key, $path_definition);
$collection->set($key, $definitions);
}

}
Expand Down

0 comments on commit 9d71dc7

Please sign in to comment.