Index: views_content/plugins/views/views_content_plugin_display_panel_pane.inc =================================================================== --- views_content/plugins/views/views_content_plugin_display_panel_pane.inc (revision 478) +++ views_content/plugins/views/views_content_plugin_display_panel_pane.inc (working copy) @@ -384,6 +384,13 @@ return $this->view->override_path; } + function get_url() { + if($this->get_option('inherit_panels_path')) { + return $this->get_path(); + } + return parent::get_url(); + } + function uses_exposed_form_in_block() { // We'll always allow the exposed form in a block, regardless of path. return TRUE;