diff --git a/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php b/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php index fc4884bb09d43cdaacc1ede535db3b00010b8fd9..eaeeb2476761019632e7f3256bfcb5fcc1143a54 100644 --- a/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php +++ b/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php @@ -405,7 +405,7 @@ function option_definition() { 'alter_text' => array('default' => FALSE, 'bool' => TRUE), 'text' => array('default' => '', 'translatable' => TRUE), 'make_link' => array('default' => FALSE, 'bool' => TRUE), - 'path' => array('default' => '', 'translatable' => TRUE), + 'path' => array('default' => ''), 'absolute' => array('default' => FALSE, 'bool' => TRUE), 'external' => array('default' => FALSE, 'bool' => TRUE), 'replace_spaces' => array('default' => FALSE, 'bool' => TRUE),