Bug 17189: Add the ability to define several memcached namespaces - replace existing...
[koha.git] / C4 / Context.pm
index baed482..cb3c966 100644 (file)
@@ -511,7 +511,7 @@ with this method.
 
 =cut
 
-my $syspref_cache = Koha::Cache->get_instance();
+my $syspref_cache = Koha::Caches->get_instance();
 my $use_syspref_cache = 1;
 sub preference {
     my $self = shift;