7 Sep
2016
7 Sep
'16
12:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17189 --- Comment #12 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- There are many occurrences of 'use Koha::Cache;' left in the code (not replaced by 'use Koha::Caches') - lack of 'use Koha::Caches' shouldn't really be a problem in most places (C4::Context is usually loaded by, well, everything, and it loads Koha::Caches), but some cleanup of those remainings probably wouldn't hurt ;) -- You are receiving this mail because: You are watching all bug changes.