Plugin Directory

Changeset 202949


Ignore:
Timestamp:
02/07/2010 07:33:07 PM (16 years ago)
Author:
zeeg
Message:

bad template path

File:
1 edited

Legend:

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

    r201255 r202949  
    717717        if (file_exists(TEMPLATEPATH.'/lifestream/'.$template))
    718718        {
    719             return TEMPLATEPATH.'lifestream/'.$template;
    720             return;
     719            return TEMPLATEPATH.'/lifestream/'.$template;
    721720        }
    722721        return LIFESTREAM_PATH . '/templates/'.$template;
Note: See TracChangeset for help on using the changeset viewer.