]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/editpage.pm
Use local paths for the CGI URL
[git.ikiwiki.info.git] / IkiWiki / Plugin / editpage.pm
index 8915211d48279ea33f36eeb4739ed1bec99a641d..837bfed13983ea23da1ed8792db435fb7a02c0c1 100644 (file)
@@ -75,7 +75,7 @@ sub cgi_editpage ($$) {
                required => [qw{editcontent}],
                javascript => 0,
                params => $q,
-               action => $config{cgiurl},
+               action => IkiWiki::cgiurl(),
                header => 0,
                table => 0,
                template => { template("editpage.tmpl") },