Ignore:
Timestamp:
11/28/08 21:18:36 (3 years ago)
Author:
CrawfordCurrie
Message:

Item295: another detox step, plus eliminate a warning in ACTIVATED_PLUGINS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Plugins.pm

    r1050 r1054  
    453453    foreach my $plugin ( @{ $this->{plugins} } ) { 
    454454        unless ( $plugin->{disabled} ) { 
    455             $text .= "$plugin->{installWeb}.$plugin->{name}, "; 
     455            my $web = $plugin->topicWeb(); 
     456            $text .= ($web ? "$web." : '!')."$plugin->{name}, "; 
    456457        } 
    457458    } 
Note: See TracChangeset for help on using the changeset viewer.