Tags:
create new tag
, view all tags
If there are any failing plugins and you use %FAILEDPLUGINS% then you get errors in the server log. This patch fixes them.
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

 
Topic revision: r2 - 2004-08-08 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.