Bug 17189: Add the ability to define several memcached namespaces - replace existing...
[koha.git] / C4 / Utils / DataTables / ColumnsSettings.pm
index a107886..9e838d6 100644 (file)
@@ -9,7 +9,7 @@ use Koha::Cache;
 
 sub get_yaml {
     my $yml_path = C4::Context->config('intranetdir') . '/admin/columns_settings.yml';
-    my $cache = Koha::Cache->get_instance();
+    my $cache = Koha::Caches->get_instance();
     my $yaml  = $cache->get_from_cache('ColumnsSettingsYaml');
 
     unless ($yaml) {