PyukiWiki CVS Commit
pyuki****@lists*****
2012年 7月 21日 (土) 14:24:52 JST
Index: PyukiWiki-Devel/plugin/location.inc.pl diff -u PyukiWiki-Devel/plugin/location.inc.pl:1.471 PyukiWiki-Devel/plugin/location.inc.pl:1.472 --- PyukiWiki-Devel/plugin/location.inc.pl:1.471 Mon Jul 16 22:36:27 2012 +++ PyukiWiki-Devel/plugin/location.inc.pl Sat Jul 21 14:24:52 2012 @@ -1,6 +1,6 @@ ###################################################################### # location.inc.pl - This is PyukiWiki, yet another Wiki clone. -# $Id: location.inc.pl,v 1.471 2012/07/16 13:36:27 papu Exp $ +# $Id: location.inc.pl,v 1.472 2012/07/21 05:24:52 papu Exp $ # # "PyukiWiki" ver 0.2.1-alpha2-dev2 $$ # Author: Nanami http://nanakochi.daiba.cx/ @@ -34,7 +34,7 @@ if(!defined($location::301redirect)); sub plugin_location_convert { - my $url=@_; + my $url=shift; return if(!&is_frozen($::form{mypage}));