diff options
-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 70ca1a5f0..d4574abd2 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -964,7 +964,7 @@ for each placeholder in C<condition>, in order. This is to allow subclasses to have complex parameters, and then to translate those parameters into C<condition> and C<values> when they -call C<$self->SUPER::new> (which is this function, usually). +call C<< $self->SUPER::new >> (which is this function, usually). If you try to call C<new> outside of a subclass with the C<condition> and C<values> parameters, Bugzilla will throw an error. These parameters |