fix comment

master
Joey Hess 2010-12-25 13:12:21 -04:00
parent 41ffbfe9a3
commit fd95afe8ea
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ sub sessioncgi ($$) {
$q->param('page', $page.$add);
# now go create the page
$q->param('do', 'create');
# make sure the editpage plugin in loaded
# make sure the editpage plugin is loaded
if (IkiWiki->can("cgi_editpage")) {
IkiWiki::cgi_editpage($q, $session);
}