Bug 14889: Fix typo in Koha/BiblioFrameworks.pm
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Feb 2016 15:59:11 +0000 (15:59 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 3 Mar 2016 20:32:47 +0000 (20:32 +0000)
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/BiblioFrameworks.pm

index 1e2931c..133daed 100644 (file)
@@ -21,7 +21,7 @@ use Carp;
 
 use Koha::Database;
 
-use Koha::City;
+use Koha::BiblioFramework;
 
 use base qw(Koha::Objects);