Changeset 5aabe2d7 for lib


Ignore:
Timestamp:
Nov 28, 2008, 5:11:29 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
51a7fc5
Parents:
affa874
Message:
Squelch two undefined warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/BarnOwl/Module/Twitter.pm

    r8618438 r5aabe2d7  
    131131                direction => 'in',
    132132                source    => decode_entities($tweet->{source}),
    133                 location  => decode_entities($tweet->{user}{location}),
     133                location  => decode_entities($tweet->{user}{location}) || "",
    134134                body      => decode_entities($tweet->{text})
    135135               );
     
    175175}
    176176
    177 BarnOwl::command(qw(filter twitter type ^twitter$));
     177BarnOwl::filter('twitter type ^twitter$');
    178178
    1791791;
Note: See TracChangeset for help on using the changeset viewer.