aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-30 20:33:39 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-30 20:33:39 -0400
commite1d9747be167c834c5b1b98331f40dc98fc46c93 (patch)
treeb04c5fbd801676b7df0a355178a3d605d9fa9977 /IkiWiki/CGI.pm
parent8e43bc0e0fef57a0770ef69e9aac845ed6078dfa (diff)
downloadikiwiki-e1d9747be167c834c5b1b98331f40dc98fc46c93.tar
ikiwiki-e1d9747be167c834c5b1b98331f40dc98fc46c93.tar.gz
remove unused editpage title
The title was set to editpage, but then always changed. And some code tested for this. Remove this dead code.
Diffstat (limited to 'IkiWiki/CGI.pm')
-rw-r--r--IkiWiki/CGI.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index 43986789a..2c4590bab 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -281,7 +281,6 @@ sub cgi_editpage ($$) { #{{{
eval q{use CGI::FormBuilder};
error($@) if $@;
my $form = CGI::FormBuilder->new(
- title => "editpage",
fields => \@fields,
charset => "utf-8",
method => 'POST',