View | Details | Raw Unified | Return to bug 396666
Collapse All | Expand All

(-)dialogs.ycp (-1 / +2 lines)
Lines 639-645 Link Here
639
	    y2milestone("Only one repository selected, skipping base repository selection");
639
	    y2milestone("Only one repository selected, skipping base repository selection");
640
640
641
	    // remove the option if it exists
641
	    // remove the option if it exists
642
	    ProductCreator::Config = remove(ProductCreator::Config, "base_repo");
642
	    if (haskey (ProductCreator::Config, "base_repo"))
643
		ProductCreator::Config = remove(ProductCreator::Config, "base_repo");
643
	    return going_back ? `back : `next;
644
	    return going_back ? `back : `next;
644
	}
645
	}
645
646

Return to bug 396666