Changeset 2043
- Timestamp:
- 09/04/08 20:12:06
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Publish/Twitter.pm
r2040 r2043 31 31 my($self, $context, $args) = @_; 32 32 33 my $body = $self->templatize('twitter.tt', $args);34 35 unless ($self->conf->{templatize}){33 if ($self->conf->{templatize}) { 34 my $body = $self->templatize('twitter.tt', $args); 35 } else { 36 36 $body = $args->{entry}->body_text; 37 37 }
