diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Object.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index 833cdcd2f..67fb707e6 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -297,7 +297,7 @@ They must return the validated value. =over -=item C<create($params)> +=item C<create> Description: Creates a new item in the database. Throws a User Error if any of the passed-in params |