Show
Ignore:
Timestamp:
08/03/08 03:17:04 (5 months ago)
Author:
arthus
Message:

Plugin:lifestream fixed a small typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/lifestream/trunk/lifestream.plugin.php

    r691 r731  
    219219        $this->theme->assign( 'streams', $this->config->stream ); 
    220220        $this->theme->display( 'lifestream' ); 
    221         $this->$theme->fetch( 'lifestream_template' ); 
     221        $this->theme->fetch( 'lifestream_template' ); 
    222222    } 
    223223