From f88870f102e9578e0b44de056fec0bac2aff8b84 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 23 Nov 2008 17:53:33 +0000 Subject: [PATCH] Qualify name of formattime() correctly --- IkiWiki/Plugin/comments.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index d149e5982..45b13168a 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -315,7 +315,7 @@ sub sessioncgi ($$) { #{{{ $content_tmpl->param(body => $body); $content_tmpl->param(anchor => "$anchor"); $content_tmpl->param(permalink => "$baseurl#$anchor"); - $content_tmpl->param(date => formattime(time, "%X %x")); + $content_tmpl->param(date => IkiWiki::formattime(time, "%X %x")); my $content = $content_tmpl->output; -- 2.32.0.93.g670b81a890