Changeset 10371 for lang/perl/Jipotter
- Timestamp:
- 04/25/08 00:50:45 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Jipotter/branches/Cipotter/lib/Cipotter/Model/DB.pm
r9879 r10371 4 4 use warnings; 5 5 use parent qw( Catalyst::Model::Jifty::DBI Cipotter::Component ); 6 use Scalar::Util qw( blessed ); 6 7 7 8 __PACKAGE__->config( … … 17 18 sub timelines { 18 19 my $self = shift; 19 my $c = $_[0]->isa('Catalyst') ? shift : undef;20 my $c = blessed $_[0] && $_[0]->isa('Catalyst') ? shift : undef; 20 21 my %args = @_; 21 22
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)