]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backwards...
authorMatt Tyson <mtyson@redhat.com>
Wed, 16 Dec 2015 00:38:41 +0000 (00:38 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 16 Dec 2015 00:38:41 +0000 (00:38 +0000)
r=LpSolit,a=dkl

Bugzilla/WebService/Product.pm

index 1c8d75bb4c060e14f9cca96728df444113108fdd..e383cb515945c1f2b82b091b32eb7b29873eb763 100644 (file)
@@ -28,6 +28,7 @@ use constant PUBLIC_METHODS => qw(
     get
     get_accessible_products
     get_enterable_products
+    get_products
     get_selectable_products
     update
 );