]> sipb.mit.edu Git - ikiwiki.git/commitdiff
squash undef
authorJoey Hess <joey@kitenet.net>
Tue, 26 Oct 2010 03:31:41 +0000 (23:31 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 26 Oct 2010 03:31:41 +0000 (23:31 -0400)
IkiWiki/Plugin/goto.pm

index 42d2425ca2a0dbe85b172fee06eb63ec50b07d00..348a663efdd936d5004e0735ad41e4c393568c3e 100644 (file)
@@ -52,7 +52,7 @@ sub cgi_goto ($;$) {
                IkiWiki::redirect($q, $pagestate{$page}{meta}{permalink});
        }
 
-       if (! length $link) {
+       if (! defined $link || ! length $link) {
                IkiWiki::cgi_custom_failure(
                        $q,
                        "404 Not Found",