Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
factored out an urlabs from aggregate and cgi
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
goto.pm
diff --git
a/IkiWiki/Plugin/goto.pm
b/IkiWiki/Plugin/goto.pm
index 7f31fa5ca87b4fd5f26a609ee7c909bb4d741701..0eb83fc208de611d05a016ff8fc63c2c6913f1c8 100644
(file)
--- a/
IkiWiki/Plugin/goto.pm
+++ b/
IkiWiki/Plugin/goto.pm
@@
-64,7
+64,7
@@
sub cgi_goto ($;$) {
)
}
else {
- IkiWiki::redirect($q, urlto($link
, undef
));
+ IkiWiki::redirect($q, urlto($link));
}
exit;