diff --git a/inc/labels.php b/inc/labels.php index 82e6b6e..aba3fd5 100644 --- a/inc/labels.php +++ b/inc/labels.php @@ -17,7 +17,7 @@ function __construct(&$feed, &$event, &$options) function _get_show_details_link() { - return sprintf('%2$s', $this->feed->get_id($this->event, $this->get_option('id')), count($this->event->data)); + return sprintf('%2$s', $this->feed->get_id($this->event, $options['id']), count($this->event->data)); } // backwards compatibility