Plugin Directory

Changeset 191706


Ignore:
Timestamp:
01/08/2010 11:55:45 PM (16 years ago)
Author:
zeeg
Message:

syntax error on get id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lifestream/trunk/inc/labels.php

    r191702 r191706  
    1818    function _get_show_details_link()
    1919    {
    20         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));
     20        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));
    2121    }
    2222   
Note: See TracChangeset for help on using the changeset viewer.