diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:09:39 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:09:39 -0500 |
commit | 4bdeec4961b8df9df449b027e37a8b17898f2c86 (patch) | |
tree | f0778c333e8a452b0c1c99068ec86b42f83590f7 | |
parent | 79a787a4668caf043862197de2b5ba7e41d37102 (diff) |
remove cruft
wtf does it do? absolutely nothing
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 | ||||
-rw-r--r-- | IkiWiki/Plugin/editpage.pm | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index a155712fb..50c048fee 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -282,8 +282,6 @@ sub sessioncgi ($$) { header => 0, table => 0, template => scalar IkiWiki::template_params('editcomment.tmpl'), - # wtf does this do in editpage? - wikiname => $config{wikiname}, ); IkiWiki::decode_form_utf8($form); diff --git a/IkiWiki/Plugin/editpage.pm b/IkiWiki/Plugin/editpage.pm index 9210d6ff8..ed994306f 100644 --- a/IkiWiki/Plugin/editpage.pm +++ b/IkiWiki/Plugin/editpage.pm @@ -105,7 +105,6 @@ sub cgi_editpage ($$) { header => 0, table => 0, template => scalar template_params("editpage.tmpl"), - wikiname => $config{wikiname}, ); decode_form_utf8($form); |