Skip to content

Commit

Permalink
syntax error on id
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cramer authored and David Cramer committed Jan 8, 2010
1 parent e9ef67f commit 62a40dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/labels.php
Expand Up @@ -17,7 +17,7 @@ function __construct(&$feed, &$event, &$options)

function _get_show_details_link()
{
return sprintf('<a href="javascript:void(0);" onclick="lifestream_toggle(this, \'%s\', \'%2$s\', \'%2$s\');return false;">%2$s</a>', $this->feed->get_id($this->event, $this->get_option('id')), count($this->event->data));
return sprintf('<a href="javascript:void(0);" onclick="lifestream_toggle(this, \'%s\', \'%2$s\', \'%2$s\');return false;">%2$s</a>', $this->feed->get_id($this->event, $options['id']), count($this->event->data));
}

// backwards compatibility
Expand Down

0 comments on commit 62a40dc

Please sign in to comment.