Index: Plugins.pm
===================================================================
--- Plugins.pm (revision 1702)
+++ Plugins.pm (working copy)
@@ -388,9 +388,11 @@
$text.="\n\n";
foreach my $handler (@registrableHandlers) {
- $text .= "| $handler |";
- $text .= join "<br />", @{$registeredHandlers{$handler}};
- $text .= "|\n";
+ $text .= "| $handler | ";
+ if ( defined( $registeredHandlers{$handler} )) {
+ $text .= join "<br />", @{$registeredHandlers{$handler}};
+ }
+ $text .= " |\n";
}
-- CrawfordCurrie - 08 Aug 2004
Thanks Crawford, is now in SVN.
-- PeterThoeny - 08 Aug 2004
| WebForm | |
|---|---|
| TopicClassification | PatchAccepted |
| TopicSummary | Fix warning in server log when using FAILEDPLUGINS with failed Plugins |
| InterestedParties | |
| AssignedTo | CrawfordCurrie |
| AssignedToCore | PeterThoeny |
| ScheduledFor | CairoRelease |
| ImplementationDate | N/A |
| RelatedTopics | |
| SpecProgress | 100% |
| ImplProgress | 100% |
| DocProgress | 100% |