]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/parentlinks.pm
use perl modules up front
[ikiwiki.git] / IkiWiki / Plugin / parentlinks.pm
index 4525145d6968d9a55e5dd6c2cc2bef360f188ae9..a8b3641e922a43e51a5d295ce64c6ad042890726 100644 (file)
@@ -44,7 +44,7 @@ sub parentlinks ($) { #{{{
                        "height_$height" => 1,
                };
                $path.="/".$dir;
-               $title=IkiWiki::pagetitle($dir);
+               $title=pagetitle($dir);
                $i++;
        }
        return @ret;