]> sipb.mit.edu Git - ikiwiki.git/commitdiff
don't die fatally here
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 27 Jun 2006 01:14:46 +0000 (01:14 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 27 Jun 2006 01:14:46 +0000 (01:14 +0000)
IkiWiki/Plugin/inline.pm

index 6bcd59a9fa90ad16c7896de2e2cf61843cf7804f..05563b9464fc1cf21b65710d541d40bb124169cb 100644 (file)
@@ -174,6 +174,7 @@ sub pingurl (@) { #{{{
        eval q{require RPC::XML::Client};
        if ($@) {
                debug("RPC::XML::Client not found, not pinging");
+               return;
        }
 
        foreach my $page (keys %toping) {