From 0213d50a38c623018849ed1606d0f30370dc096b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 12 Apr 2021 12:24:58 +0200 Subject: [PATCH] fix cherry-pick get_feature_experimental -> get_feature_experimental_order --- bin/mozilla/oe.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 15aef539f..dfc822d56 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -1239,7 +1239,7 @@ sub orders { my $edit_url = $params{want_binary_pdf} ? '' - : ($::instance_conf->get_feature_experimental) + : ($::instance_conf->get_feature_experimental_order) ? build_std_url('script=controller.pl', 'action=Order/edit', 'type') : build_std_url('action=edit', 'type', 'vc'); foreach my $oe (@{ $form->{OE} }) { -- 2.20.1