| Summary: | C4/Templates::new causes error logs | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Michael Hafen <michael.hafen> |
| Component: | Architecture, internals, and plumbing | Assignee: | Michael Hafen <michael.hafen> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | jonathan.druart |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Proposed fix
Bug 28304: Quiet a warning from C4/Templates |
||
|
Description
Michael Hafen
2021-05-07 20:24:57 UTC
Created attachment 120723 [details] [review] Proposed fix Created attachment 121113 [details] [review] Bug 28304: Quiet a warning from C4/Templates Change the code in C4/Templates::new() which I presume initialized an instance variable for caching. This call ends up calling a package method instead. Signed-off-by: Owen Leonard <oleonard@myacpl.org> (In reply to Jonathan Druart from comment #3) > Duplicate of bug 26734? > > *** This bug has been marked as a duplicate of bug 26734 *** Sorry, caused by bug 26734, but a recent follow-up has been pushed to fix this problem: commit e66d69fa3eaa42f484d47f1fffbf7a91156c3223 Bug 26734: Rename activethemes with availablethemes |