Bug 17189: Add the ability to define several memcached namespaces - replace existing...
[koha.git] / admin / marctagstructure.pl
index 2b4f2a1..3ea47ed 100755 (executable)
@@ -46,7 +46,7 @@ my $pagesize = 20;
 my $script_name = "/cgi-bin/koha/admin/marctagstructure.pl";
 
 my $dbh = C4::Context->dbh;
-my $cache = Koha::Cache->get_instance();
+my $cache = Koha::Caches->get_instance();
 
 # open template
 my ($template, $loggedinuser, $cookie)