From: Matt Tyson Date: Wed, 16 Dec 2015 00:38:41 +0000 (+0000) Subject: Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards... X-Git-Tag: bugzilla-4.4.11~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5026bb7e8d325e5580cb8e4fd658a376517a6c74;p=thirdparty%2Fbugzilla.git Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards compatibility) r=LpSolit,a=dkl --- diff --git a/Bugzilla/WebService/Product.pm b/Bugzilla/WebService/Product.pm index 1c8d75bb4c..e383cb5159 100644 --- a/Bugzilla/WebService/Product.pm +++ b/Bugzilla/WebService/Product.pm @@ -28,6 +28,7 @@ use constant PUBLIC_METHODS => qw( get get_accessible_products get_enterable_products + get_products get_selectable_products update );