Changeset 2342

Show
Ignore:
Timestamp:
05/15/08 19:33:10 (21 months ago)
Author:
bchoate
Message:

blog method should return undeffor global templates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/lib/MT/Template.pm

    r2238 r2342  
    395395sub blog { 
    396396    my $this = shift; 
     397    return undef unless $this->blog_id; 
    397398    return $this->{__blog} if $this->{__blog}; 
    398399    return $this->{__blog} = MT::Blog->load($this->blog_id);