]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
remove cruft
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:09:39 +0000 (14:09 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 19 Dec 2008 19:09:39 +0000 (14:09 -0500)
wtf does it do? absolutely nothing

IkiWiki/Plugin/comments.pm
IkiWiki/Plugin/editpage.pm

index a155712fba34e59b124fadf633cfd25af08dd159..50c048fee2d757aaf3cebe09c3a8a037e15a9c6f 100644 (file)
@@ -282,8 +282,6 @@ sub sessioncgi ($$) {
                header => 0,
                table => 0,
                template => scalar IkiWiki::template_params('editcomment.tmpl'),
                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);
        );
 
        IkiWiki::decode_form_utf8($form);
index 9210d6ff8c7a61eeac6e3162e89cc9b92d09847b..ed994306f55251b561acf61459fcdc06fef8b994 100644 (file)
@@ -105,7 +105,6 @@ sub cgi_editpage ($$) {
                header => 0,
                table => 0,
                template => scalar template_params("editpage.tmpl"),
                header => 0,
                table => 0,
                template => scalar template_params("editpage.tmpl"),
-               wikiname => $config{wikiname},
        );
        
        decode_form_utf8($form);
        );
        
        decode_form_utf8($form);