https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955
Christopher Brannon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53874|0 |1 is obsolete| | --- Comment #10 from Christopher Brannon <[email protected]> --- Created attachment 54086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54086&action=edit Bug 16955: Do not clear from cache when adding a new framework There are several issues with these lines: 1/ $cache is not defined correctly and it not visible inside duplicate_framework 2/ $frameworkcode is a wrong c/p, it should be $newframeworkcode 3/ these calls are not needed. As we are creating a new framework, the cache should be empty... This patch will simply remove these calls Test plan: Duplicate a framework and confirm that you do not get any error in your logs. Signed-off-by: Christopher Brannon <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
