diff options
author | 2012-11-02 13:57:58 +0100 | |
---|---|---|
committer | 2012-11-02 13:57:58 +0100 | |
commit | eda53309f332fd309768823e03a2b6b249e955c1 (patch) | |
tree | 40341727fc576c1c73414010b9340c1720bb2c83 | |
parent | Bug 807937: Fix POD (diff) | |
download | bugzilla-eda53309f332fd309768823e03a2b6b249e955c1.tar.gz bugzilla-eda53309f332fd309768823e03a2b6b249e955c1.tar.bz2 bugzilla-eda53309f332fd309768823e03a2b6b249e955c1.zip |
Fix typo
-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 438c87590..0806977af 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -668,7 +668,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 |