remove old unused baseurl parameter
authorJoey Hess <joey@kitenet.net>
Wed, 5 Jan 2011 18:57:26 +0000 (14:57 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 5 Jan 2011 18:57:26 +0000 (14:57 -0400)
This was I think a relic from when BASEURL was used in more templates than
use it now.

IkiWiki/Plugin/recentchanges.pm

index 3081ac1316efd501b95d1ba650d4ac321957b5cd..a64cbb16a4c98c2634a6165ccc3633d4abc4932c 100644 (file)
@@ -178,7 +178,6 @@ sub store ($$$) {
                        else {
                                $_->{link} = pagetitle($_->{page});
                        }
-                       $_->{baseurl}=IkiWiki::baseurl(undef) if length $config{url};
 
                        $_;
                } @{$change->{pages}}