7 Sep
2016
7 Sep
'16
12:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17189 --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Jacek Ablewicz from comment #12)
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 ;)
Indeed, done! -- You are receiving this mail because: You are watching all bug changes.