use right variable with null correction

This commit is contained in:
Niels Lyngsø
2020-04-27 13:02:54 +02:00
parent 678ceba1a8
commit 0b2785b158

View File

@@ -215,7 +215,7 @@
if (editorIndex === 0) {
//If we've made it this far, then update the query string.
//The editor will respond to this query string changing.
$location.search("cculture", variantCulture).search("csegment", variant.segment);
$location.search("cculture", variantCulture).search("csegment", variantSegment);
}
else {