diff --git a/plugins/views_plugin_display.inc b/plugins/views_plugin_display.inc index 6be3dcc65f47b7d0ea72e22683ef0e8d6d386f3b..da278885cedc238edeadb432fc24fa9bd18430ca 100644 --- a/plugins/views_plugin_display.inc +++ b/plugins/views_plugin_display.inc @@ -783,6 +783,10 @@ class views_plugin_display extends views_plugin { if ($display_id && !empty($this->view->display[$display_id]) && is_object($this->view->display[$display_id]->handler)) { return $this->view->display[$display_id]->handler->get_path(); } + + if ($this->get_option('link_display') == 'custom_url' && $this->get_option('link_url')) { + return $this->get_option('link_url'); + } } function get_url() {