Bugzilla – Attachment #90759: Bug 21073: (QA follow-up) Fix typo in class name for
bug #21073
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 21073
Collapse All
|
Expand All
(-)
a/Koha/Plugins/Methods.pm (-2 / +1 lines)
Lines 48-54 sub _type {
Link Here
48
=cut
48
=cut
49
49
50
sub object_class {
50
sub object_class {
51
return 'Koha::Plugin::Method';
51
return 'Koha::Plugins::Method';
52
}
52
}
53
53
54
1;
54
1;
55
-
Return to
bug 21073