https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16955
--- Comment #6 from Jonathan Druart <[email protected]> --- There was a wrong c/p here (you can blame me), the last 2 lines are using $frameworkcode instead of $newframeworkcode. Moreover the 4 clear_from_cache calls are inside the while loop, which means that we are clearing the cache 4 times per subfield (!). Finally these calls are actually not needed :) As we are creating a new framework, the cache should be empty... -- 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/
