]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1090275 - WebServices modules should maintain a whitelist of methods that are...
authorDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 16:23:01 +0000 (16:23 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 27 Jan 2015 16:23:01 +0000 (16:23 +0000)
- Fixed regression from erroneous cut and paste

Bugzilla/WebService/Product.pm

index 70f525909b6eb077e7ba91046f47f59ce8aeb02a..a350d5335a353eef5b5273ba04f00154b4b2b2dc 100644 (file)
@@ -30,12 +30,12 @@ use constant READ_ONLY => qw(
     get_selectable_products
 );
 
-+use constant PUBLIC_METHODS => qw(
-+    get
-+    get_accessible_products
-+    get_enterable_products
-+    get_selectable_products
-+);
+use constant PUBLIC_METHODS => qw(
+    get
+    get_accessible_products
+    get_enterable_products
+    get_selectable_products
+);
 
 ##################################################
 # Add aliases here for method name compatibility #