]> code.citadel.org Git - citadel.git/commitdiff
* use relative post url to editinfo, so we point to the right target when running...
authorWilfried Göesgens <willi@citadel.org>
Mon, 12 Mar 2007 23:25:01 +0000 (23:25 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 12 Mar 2007 23:25:01 +0000 (23:25 +0000)
webcit/webcit.c

index c8a49e6025a6343dacf60fa7ab48bd13e2d07214..0c1caf7469e0b861225886cc823a7f73245b1be3 100644 (file)
@@ -1479,7 +1479,7 @@ void session_loop(struct httprequest *req)
        } else if (!strcasecmp(action, "editroom")) {
                editroom();
        } else if (!strcasecmp(action, "display_editinfo")) {
-               display_edit(_("Room info"), "EINF 0", "RINF", "/editinfo", 1);
+               display_edit(_("Room info"), "EINF 0", "RINF", "editinfo", 1);
        } else if (!strcasecmp(action, "editinfo")) {
                save_edit(_("Room info"), "EINF 1", 1);
        } else if (!strcasecmp(action, "display_editbio")) {