diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-02 13:55:47 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-02 13:55:47 +0100 |
commit | f39d9525a0d157d94cbb43dbfd325bea08469c3f (patch) | |
tree | 7405e2fa8565a7260520d49f84a69a1195e9c40d /Bugzilla | |
parent | 84266b06461795428504318fedae837b3802e386 (diff) | |
download | bugzilla-f39d9525a0d157d94cbb43dbfd325bea08469c3f.tar.gz bugzilla-f39d9525a0d157d94cbb43dbfd325bea08469c3f.tar.xz |
Fix typo
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 448cb1fe4..ce59a23f0 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -959,7 +959,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 |