use right variable with null correction
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user