Changeset 4277


Ignore:
Timestamp:
06/22/09 00:23:31 (4 years ago)
Author:
WillNorris
Message:

Item1754: fix direct call violation instead of using Func

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MostPopularPlugin/lib/TWiki/Plugins/MostPopularPlugin.pm

    r1340 r4277  
    5454    my $format = $params->{format} || "| \$web | \$topic | \$views |"; 
    5555    my $header = $params->{header} || "| *Web* | *Topic* | *Views* |"; 
    56     my $noheader = TWiki::isTrue( $params->{noheader} ); 
    57     my $groupbyweb = TWiki::isTrue( $params->{groupbyweb} ); 
     56    my $noheader = TWiki::Func::isTrue( $params->{noheader} ); 
     57    my $groupbyweb = TWiki::Func::isTrue( $params->{groupbyweb} ); 
    5858    my $excludedRaw = $params->{excluded} || ""; 
    5959    my $excludedtopicRaw = $params->{excludetopic} || ""; 
Note: See TracChangeset for help on using the changeset viewer.