Changeset 1054 for trunk/core/lib/Foswiki/Plugins.pm
- Timestamp:
- 11/28/08 21:18:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Plugins.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Plugins.pm
r1050 r1054 453 453 foreach my $plugin ( @{ $this->{plugins} } ) { 454 454 unless ( $plugin->{disabled} ) { 455 $text .= "$plugin->{installWeb}.$plugin->{name}, "; 455 my $web = $plugin->topicWeb(); 456 $text .= ($web ? "$web." : '!')."$plugin->{name}, "; 456 457 } 457 458 }
Note: See TracChangeset
for help on using the changeset viewer.
