From: Frédéric Buclin Date: Fri, 2 Nov 2012 12:56:23 +0000 (+0100) Subject: Fix typo X-Git-Tag: bugzilla-4.4rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9835256582c163e46a93d5d8d04e1e6d3f09d32;p=thirdparty%2Fbugzilla.git Fix typo --- diff --git a/Bugzilla/Object.pm b/Bugzilla/Object.pm index daab9ed7a2..47b9356647 100644 --- a/Bugzilla/Object.pm +++ b/Bugzilla/Object.pm @@ -958,7 +958,7 @@ for each placeholder in C, in order. This is to allow subclasses to have complex parameters, and then to translate those parameters into C and C 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 outside of a subclass with the C and C parameters, Bugzilla will throw an error. These parameters