* if we need the first urlpart, we musn't move it just left, but add another one...
[citadel.git] / webcit / roomops.c
index f8a5e4c0efd872c823e49e915717dadeffe7efd2..35a150e3f2cf55f8de4167b0cce8c48c05090838 100644 (file)
@@ -3201,7 +3201,7 @@ void set_floordiv_expanded(void) {
        StrBuf *FloorDiv;
        
        FloorDiv = NewStrBuf();
-       StrBufAppendBuf(FloorDiv, WCC->UrlFragment1, 0);
+       StrBufAppendBuf(FloorDiv, WCC->UrlFragment2, 0);
        set_preference("floordiv_expanded", FloorDiv, 1);
        WCC->floordiv_expanded = FloorDiv;
 }