Changeset 1208

Show
Ignore:
Timestamp:
01/11/08 23:52:10 (11 months ago)
Author:
bchoate
Message:

Added require for MT::Session prior to use in clear_cache method. BugId:64083

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-27/lib/MT/Tag.pm

    r1174 r1208  
    205205    my $tag_cache; 
    206206    my $sess_id = ($blog_id ? 'blog:' . $blog_id . ';' : '') . 'datasource:' . $ds; 
     207    require MT::Session; 
    207208    $tag_cache = MT::Session->load({ 
    208209        kind => 'TC',