projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8aad2
)
squash undef
author
Joey Hess
<joey@kitenet.net>
Tue, 26 Oct 2010 03:31:41 +0000
(23:31 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 26 Oct 2010 03:31:41 +0000
(23:31 -0400)
IkiWiki/Plugin/goto.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/goto.pm
b/IkiWiki/Plugin/goto.pm
index 42d2425ca2a0dbe85b172fee06eb63ec50b07d00..348a663efdd936d5004e0735ad41e4c393568c3e 100644
(file)
--- a/
IkiWiki/Plugin/goto.pm
+++ b/
IkiWiki/Plugin/goto.pm
@@
-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",