]> sipb.mit.edu Git - ikiwiki.git/commitdiff
meta redir dependency is contentless
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:12:05 +0000 (16:12 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Oct 2009 20:12:05 +0000 (16:12 -0400)
IkiWiki/Plugin/meta.pm

index 514b0936907ce58edabcbafcb44d5559a154eec9..eef3013a0caf7a1f9008772b7c5ef46ee27ce20b 100644 (file)
@@ -195,7 +195,7 @@ sub preprocess (@) {
                        if (! length $link) {
                                error gettext("redir page not found")
                        }
-                       add_depends($page, $link);
+                       add_depends($page, $link, content => 0);
 
                        $value=urlto($link, $page);
                        $value.='#'.$redir_anchor if defined $redir_anchor;