Changeset 360 for wiki-toolkit-plugin-ping
- Timestamp:
- 11/11/06 17:06:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-ping/lib/Wiki/Toolkit/Plugin/Ping.pm
r359 r360 84 84 # We're the child, do the work 85 85 86 # Apply the formatter escaping on the node name, if there's one 87 if($self->formatter) { 88 # Eval, in case the formatter doesn't support node name escaping 89 eval { 90 $node = $self->formatter->node_name_to_node_param($node); 91 }; 92 } 93 86 94 # What's the URL of the node? 87 95 my $node_url = $self->{node_to_url};
