]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/ddate.pm
po: syntax warning fix
[ikiwiki.git] / IkiWiki / Plugin / ddate.pm
index 6c36de0a6b120b6047c44cca610bcd5e80333c29..c73317b2f81cbb46abb48b2a55357e8d77adb625 100644 (file)
@@ -17,7 +17,7 @@ sub getsetup { #{{{
                },
 } #}}}
 
-sub IkiWiki::displaytime ($;$) { #{{{
+sub IkiWiki::formattime ($;$) { #{{{
        my $time=shift;
        my $format=shift;
        if (! defined $format) {