Bugzilla – Attachment #157545: Bug 31383: (QA follow-up) Do not return 0 in ->get for
bug #31383
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 31383
Collapse All
|
Expand All
(-)
a/Koha/Template/Plugin/AdditionalContents.pm (-1 / +1 lines)
Lines 53-58 sub get {
Link Here
53
blocktitle => $blocktitle
53
blocktitle => $blocktitle
54
};
54
};
55
}
55
}
56
return;
56
}
57
}
57
58
58
sub get_opac_news_by_id {
59
sub get_opac_news_by_id {
59
-
Return to
bug 31383