]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/meta.pm
listdirectives: Avoid listing _comment directives and generally assume any directive...
[git.ikiwiki.info.git] / IkiWiki / Plugin / meta.pm
index 4a22fed3057015156c27d9f8159e9f4b47e3a633..cc5455d64042ae3afef8bcd7e52a42e0ec1ad915 100644 (file)
@@ -110,7 +110,7 @@ sub preprocess (@) {
        }
        elsif ($key eq 'link' && ! %params) {
                # hidden WikiLink
-               push @{$links{$page}}, $value;
+               add_link($page, $value);
                return "";
        }
        elsif ($key eq 'author') {